虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

T-MMB

  • 强大的后台文章编辑器的功能

    强大的后台文章编辑器的功能,可方便地用拖动的方式进行图文混排、图片远程上传、上传图片显示效果处理等操作,以及"从word中粘贴"功能,能全部清除word排版格式多余代码,自由编辑(HTML)栏目模版,可设置多个模版,可自由增删修改栏目以及设置此栏目模版 比v1.23版本增加了: 1、增加了对数据库的备份、恢复和压缩。 2、增加对二级栏目的相互转移新闻。 3、增加了网站友情链接的管理和调用的功能。 4、修复了框架调用新闻时不能显示分页,以及某些调用新闻错误的BUG。 5、修复了后台评论管理不能搜索的问题。 6、修复了JS调用不能显示时间的问题(t=1) 用户名密码是admin

    标签: 后台 编辑器

    上传时间: 2015-05-02

    上传用户:chfanjiang

  • DELPHI basicCtrl+NUM 直接将光标跳到NUM处

    DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。 NUM不能用小键盘。 Ctrl+Home 将光标移至文件头。 Ctrl+End 将光标移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab键。 Ctrl+M 同Enter键。 Ctrl+N 同Enter键,但光标位置保持不变。 Ctrl+T 删除光标右边的一个单词。 Ctrl+Y 删除光标所在行。 Ctrl+Shift+↑ 光标在函数体内时,将光标快速移至当前函数声明处。 Ctrl+Shift+↓ 光标在函数声明行时,将光标快速移至函数定义处。 Ctrl+Shift+C 声明一个过程或函数后,直接生成过程或函数的名称、begin、end Ctrl+Shift+E 光标在Edit窗口和Explorer窗口间切换。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 弹出Delphi语句提示窗口,选择所需语句将自动完成一条语句。 Ctrl+Shift+T 在光标行加入To-Do注释。 Ctrl+Shift+Y 删除光标之后至本行末尾之间的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜单中的Close项。

    标签: basicCtrl NUM DELPHI 光标

    上传时间: 2014-11-26

    上传用户:kr770906

  • This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only ha

    This a simple compressor based on aplib, yoda s Kernel code, and my own stuffing around. It only has one function with MANY limitations at the moment, but it is desinged for demo purposes only so it don t matter.

    标签: compressor stuffing Kernel simple

    上传时间: 2013-12-24

    上传用户:13215175592

  • He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn

    He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn t full support yet >:-) So as I promised...here s the source code. I hope it helps someone.

    标签: decrypter noticed first coded

    上传时间: 2015-05-03

    上传用户:498732662

  • This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of t

    This example demonstrates how to erase, write, and read the on-chip 640-byte EEPROM Data Memory of the Analog Devices ADuC812, ADuC814, ADuC816, and ADuC824 devivces. This example includes a µ Vision2 Project with a target for each supported device.

    标签: demonstrates example on-chip EEPROM

    上传时间: 2015-05-04

    上传用户:wl9454

  • How to Use Tables With the JTable (in the API reference documentation) class you can display tables

    How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane

    标签: documentation the reference display

    上传时间: 2013-12-23

    上传用户:ayfeixiao

  • The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That c

    The code is fairly straightforward, except perhaps for the call to convertColumnIndexToModel. That call is necessary because if the user moves the columns around, the view s index for the column doesn t match the model s index for the column. For example, the user might drag the Vegetarian column (which the model considers to be at index 4) so it s displayed as the first column — at view index 0. Since prepareRenderer gives us the view index, we need to translate the view index to a model index so we can be sure we re dealing with the intended column

    标签: convertColumnIndexToModel straightforward perhaps fairly

    上传时间: 2013-12-10

    上传用户:it男一枚

  • Shows how to use all list selection modes, using a list selection listener that s shared between a t

    Shows how to use all list selection modes, using a list selection listener that s shared between a table and list.

    标签: selection list listener between

    上传时间: 2015-05-04

    上传用户:jichenxi0730

  • 用汇编写的

    用汇编写的,获得CMOS数据,用tasm rcmos.asm生成rcmos.obj,再tlink rcmos/t生成rcmos.com文件

    标签: 汇编

    上传时间: 2013-12-24

    上传用户:tb_6877751

  • This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

    This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it.

    标签: the embedded detects almost

    上传时间: 2015-05-07

    上传用户:comua