NI-Modulation.Toolkit.for.LabVIEW.v3.1NI-488.2.V2.3-ISO 1CD(用于开发GPIB应用方案的工业标准软件)NI-Analog.WaveForm.Editor.V1.1-ISO 1CD(仪器分析,用于创建和编辑模拟式和数字式测试信号)NI-Cali...
分类:
其他好文 时间:
2014-08-12 13:23:24
阅读次数:
233
Windows下使用eclipse开发android应用,搭配好模拟器等环境。1、eclipse智能提示设置。1)Windows→Preferences→Java→Editor→Content Assist 把200毫秒的时间改成202)Windows→Preferences→Java→Editor...
分类:
其他好文 时间:
2014-08-12 12:52:54
阅读次数:
177
{xtype:'numbercolumn',text:'亏盈数量',width:130,dataIndex:'LossOrProfitNum',editor:{xtype:'numberfield',minValue:0,decimalPrecision:2},renderer:function(v...
分类:
Web程序 时间:
2014-08-11 21:05:32
阅读次数:
171
《quick cocos2d-x Xcode下省去clean,让修改的脚本生效》项目 target build phases 点击build phase的空白区域 选择Editor Add Build Phase Add Run Script Build Phase编写脚本:顺序调整:...
分类:
其他好文 时间:
2014-08-11 21:04:12
阅读次数:
264
1.eclipse启动速度的优化通过以下步骤,可以优化eclipse的启动速度1,取消系统的自动折叠操作方法:Window->Preferences->Java->Editor->Folding tab.2,取消按"."后自动激活提示功能。这样会有些提高速度。操作方法:Window->Prefere...
分类:
系统相关 时间:
2014-08-11 17:09:22
阅读次数:
196
由于更新系统补丁导致出错---------------------------Microsoft Visual Studio---------------------------未能正确加载“Microsoft.VisualStudio.Editor.Implementation.EditorPac...
分类:
其他好文 时间:
2014-08-11 14:52:42
阅读次数:
235
Did you know that you can close tabs in the editor and the tool windows of PyCharm without actually using the context menu commands? It is enough to p...
分类:
其他好文 时间:
2014-08-11 11:23:52
阅读次数:
211
我的ueditor是部署在public/editor部署前台页面 修改上传配置信息ueditor所有上传文件的配置都在config.json文件中。上传路径修改成自己需要的更改服务器统一入口文件 修改ueditor.config....
分类:
Web程序 时间:
2014-08-11 00:17:11
阅读次数:
345
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE]
[-HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Oracle in OraDb11g_home1]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\...
分类:
其他好文 时间:
2014-08-10 13:04:40
阅读次数:
198
在实际应用中我们可能需要WebBrowser控件主动执行我们需要的脚本,执行脚本现在有两种方法。1、WebBrowser控件加载脚本,简单方便,适用于简短的脚本,无法执行复杂操作。webBrowser.Navigate("javascript:editor.areaToFrame();documen...