/// /// 将.layer保存成.lyr文件 /// /// /// private void SaveToLyrFromLayer(IFeatureLayer pLayer, string strLyr) ...
分类:
其他好文 时间:
2015-01-05 18:23:54
阅读次数:
124
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
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
我经常会在网上看到有人问怎么将整个动态的网站静态化,其实实现的方法很简单。代码如下复制代码这只是最基本的方法,还不是很实用,因为网站是要更新的,要定期重新生成HTML下面是我用的方法:代码如下复制代码if(file_exists(“xxx.html”)){ $time = time(); //文件修...
分类:
Web程序 时间:
2015-01-05 16:23:56
阅读次数:
211
1 '', 'lbi'=>'', 'dat'=>'') 50 * @return string 全部可写返回空串,否则返回以逗号分隔的文件类型组成的消息串 51 */ 52 function file_types_exists($file_types) 53 { 54 ...
分类:
Web程序 时间:
2015-01-05 00:28:04
阅读次数:
325
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
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是蘋果公司推出的開放源碼、跨平台多媒體串流伺服器, 提供音樂 (mp3) 與影音 (3gp、mp4、mov) 串流播放功能, 可由 Windows Media Player、VLC media pl...
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
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