What about the callback in Unigine?Any function from system, world or editor scripts can be called in a C++ code. UnigineScript functions that are cal...
分类:
其他好文 时间:
2014-08-06 01:28:50
阅读次数:
313
1507: [NOI2003]EditorTime Limit:5 SecMemory Limit:162 MBSubmit:1908Solved:738[Submit][Status]DescriptionInput输入文件editor.in的第一行是指令条数t,以下是需要执行的t个操作。其中: ...
分类:
其他好文 时间:
2014-08-05 22:03:10
阅读次数:
273
// create by kim 20140805public void Remark_insertChangeHeader(Editor e){ userinfo userInfo; ; e.unmark(); e.gotoLine(1); e.goto...
分类:
其他好文 时间:
2014-08-05 18:41:59
阅读次数:
346
工欲善其事,必先利其器。记录下自己使用的eclipse操作技巧1.eclipse设置自动提示window-》preference-》java-》editor-》content assit-》auto activation trigger for java里面加上0-9和a-z就好2.显示行数wind...
分类:
系统相关 时间:
2014-08-05 10:43:19
阅读次数:
254
Ubuntu-14.04中默认文件用gedit文本打开,而不是BT5里面的默认双击打开四个选择,如下图(这是配置完毕后的结果,就不换BT5系统了):
直接文本打开,虽然很安全,实际生产中肯定是不行的!而默认执行这更是不可取,所以,需要配置成如上图所示结果。
配置方法
1、首先使用sudo apt-get install dconf-editor命令安装dconf-editor,默认是...
分类:
其他好文 时间:
2014-08-04 11:00:17
阅读次数:
199
开MyEclipse 6.0.1,然后“window”→“Preferences” 2. 选择“java”,展开,“Editor”,选择“Content Assist”。 3. 选择“Content Assist”,然后看到右边,右边的“Auto-Activation”下面的“Auto Activ....
分类:
系统相关 时间:
2014-08-01 19:20:02
阅读次数:
310
1、传统的保存用户名,密码方式SharedPreferencesEditor editor = shareReference.edit();editor.putString(KEY_NAME,"username_value"); 通过这样的方法,能够基本满足需求,比如有用户名,那么就Editor.....
分类:
移动开发 时间:
2014-07-29 20:47:02
阅读次数:
381
最近学习linux,刚上手gedit,首先要解决的一定是编码的问题,总结一下方法,思路有下:一.用图形化界面设置的方法运行gconf-editor,在弹出的对话框中选择:/apps/gedit-2/preferences/encodings/auto_detected ,双击auto_detecte...
分类:
系统相关 时间:
2014-07-29 13:45:48
阅读次数:
437
freemarker模板文件使用jboss tools下提供的FreeMarker IDE,在线安装的方法是:Help –> Install New Software 点击and,再出来的对话框中的Location中输入:http://download.jboss.org/jbosstools/up...
分类:
Web程序 时间:
2014-07-29 13:35:08
阅读次数:
271
NicEdit是一个轻量级,跨平台的Inline Content Editor。NicEdit能够让任何 element/div变成可编辑或者能够把标准的TextArea转换成富文本编辑器。
相较于以前用过的FreeTextBox,NicEdit更加的轻便,其轻量级的程度——总共就一个JS文件和一张图片,而且使用也十分简单。引用下载好的JS文件,然后调用相应的JS函数,将TextBox控件转...
分类:
其他好文 时间:
2014-07-28 16:04:53
阅读次数:
210