码迷,mamicode.com
首页 >  
搜索关键字:quick 3.3final quickxdev player no exists    ( 8733个结果
layer保存与读取
/// /// 将.layer保存成.lyr文件 /// /// /// private void SaveToLyrFromLayer(IFeatureLayer pLayer, string strLyr) ...
分类:其他好文   时间:2015-01-05 18:23:54    阅读次数:124
dead reckoning variation
TargetingA target is a structure of information that describes the state, and change of state, of an object that exists in a remote person's instance ...
分类:其他好文   时间:2015-01-05 18:05:08    阅读次数:121
Java windows中设置文件只读
windows中如何设置文件只读或隐藏呢?(1)windows设置文件只读/*** *设置为只读 *@paramfilePath *@return */ publicstaticintreadOnly(StringfilePath){ if(newFile(filePath).exists()){ Processp=CMDUtil.executeCmd("attrib"+filePath+"+R"); try{ p.waitFo..
分类:编程语言   时间:2015-01-05 16:50:22    阅读次数:229
php生成html文件的多种方法介绍
我经常会在网上看到有人问怎么将整个动态的网站静态化,其实实现的方法很简单。代码如下复制代码这只是最基本的方法,还不是很实用,因为网站是要更新的,要定期重新生成HTML下面是我用的方法:代码如下复制代码if(file_exists(“xxx.html”)){ $time = time(); //文件修...
分类:Web程序   时间:2015-01-05 16:23:56    阅读次数:211
\upload\install\includes\lib_auto_installer.php源码分析
1 '', 'lbi'=>'', 'dat'=>'') 50 * @return string 全部可写返回空串,否则返回以逗号分隔的文件类型组成的消息串 51 */ 52 function file_types_exists($file_types) 53 { 54 ...
分类:Web程序   时间:2015-01-05 00:28:04    阅读次数:325
Android Volley网络通讯框架(Google)
Volley主页 https://android.googlesource.com/platform/frameworks/volley  http://www.youtube.com/watch?v=yhv8l9F44qo&feature=player_embedded 1. 什么是Volley 在这之前,我们在程序中需要和网络通信的时候,大体使用的东西莫过于Async...
分类:移动开发   时间:2015-01-04 23:07:41    阅读次数:327
[LeetCode]Find Minimum in Rotated Sorted Array
Suppose a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). Find the minimum element. You may assume no duplicate exists in ...
分类:其他好文   时间:2015-01-04 21:32:18    阅读次数:145
Darwin Streaming Server 安裝操作備忘
Darwin Streaming Server 安裝操作Darwin Streaming Server是蘋果公司推出的開放源碼、跨平台多媒體串流伺服器, 提供音樂 (mp3) 與影音 (3gp、mp4、mov) 串流播放功能, 可由 Windows Media Player、VLC media pl...
分类:Windows程序   时间:2015-01-04 16:51:59    阅读次数:869
sublime 安装
ctrl+~调出命令行,输入import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(i...
分类:其他好文   时间:2015-01-04 13:24:03    阅读次数:149
导出excel
public bool DataSetToExcel(DataSet dataSet, string fileName, bool isShowExcle) { if (File.Exists(fileName)) { File.Delete(fileName); } DataTable data....
分类:其他好文   时间:2015-01-04 12:00:51    阅读次数:115
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!