码迷,mamicode.com
首页 >  
搜索关键字:editor    ( 3790个结果
easyui editor combobox multiple
$.extend($.fn.datagrid.defaults.editors,{ combobox: { init: function(container, options){ var combo = $('').appendTo(container); ...
分类:其他好文   时间:2014-11-26 13:44:14    阅读次数:202
Qt 9宫图实现窗口阴影
#include #include #include #include #include #include #include "bfwidget.h" //------------------------------------------------------------ //----------- Created with 010 Editor --...
分类:其他好文   时间:2014-11-25 09:18:52    阅读次数:330
Linux-0.11内核源码分析系列:内存管理copy_page_tables()函数分析
/* *Author : DavidLin *Date : 2014-11-22pm *Email : linpeng1577@163.com or linpeng1577@gmail.com *world : the city of SZ, in China *Ver : 000.000.001 *history : editor...
分类:系统相关   时间:2014-11-24 11:53:07    阅读次数:251
是时候来一发了!最近写的Ogre的Editor
首先!要感谢菲菲,开源了OgreSE(http://blog.csdn.net/rainofei/article/details/5629587)。之后呢?有些OgreSE里不实用的功能,我没有实现,另外修复了其中的若干BUG。采用了Ogre本身的Terrain,改进了水。增加了查看tga,dds的...
分类:其他好文   时间:2014-11-24 00:47:58    阅读次数:191
Unity Shader Editor Sublime Text2
使用MonoDevelop写了一段时间的Shader代码,发现效率太低了,所以换用Sublime Text。 一、安装步骤 1、sublime text官网:http://www.sublimetext.com/2,下载安装 2、安装Package Control https://sublime.w...
分类:编程语言   时间:2014-11-23 20:13:11    阅读次数:600
win7禁止自动使用浏览器打开FTP而是用资源管理器
Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\ftp]@="URL:File Transfer Protocol""AppUserModelID"="Microsoft.InternetExplorer.Default""EditFla...
分类:Windows程序   时间:2014-11-23 14:29:03    阅读次数:304
git学习笔记
git config --global user.name "xxx"git config --global user.email xxx@gmail.comgit config --global core.editor emacsgit config --global merge.tool vim...
分类:其他好文   时间:2014-11-23 08:10:27    阅读次数:149
(四)CodeMirror - API
内容相关cm.getValue()cm.setValue()cm.getRange()editor.getRange({line:1},{line:2}) // 获取内容块字符cm.replaceRange()// 替换内容块内容为testeditors['js'].replaceRange('t....
分类:Windows程序   时间:2014-11-22 21:32:42    阅读次数:214
(一)CodeMirror - 基本应用
基本引用:基本应用:1 var editor = CodeMirror.fromTextArea(document.getElementById("code"), {2 lineNumbers: true,3 mode: "javascript"4 });对应mode需引用:java...
分类:其他好文   时间:2014-11-22 16:01:19    阅读次数:173
EF简单增删改查
一. 主要内容1. 数据持久层框架:EF,NHibernate,ibaties(半开放的)。2. 对象关系映射。3. 生成外键对象。4. T4模板。(VS里面需要装T4 Editor插件。)5. EF上下文(EF容器)->.Context.cs。6. EF简单的增删改查。查询:利用部分类的特性重写方...
分类:其他好文   时间:2014-11-22 13:15:18    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!