微软第一个开源程序(Wix)http://wixtoolset.org/The most powerful set of tools available to create your Windows installation experience. Free and Open Source sinc...
分类:
其他好文 时间:
2015-02-02 12:28:42
阅读次数:
108
uva 193 Graph Coloring
You are to write a program that tries to find an optimal coloring for a given graph. Colors are applied to the nodes of the graph and the only available colors are bl...
分类:
其他好文 时间:
2015-02-01 13:33:32
阅读次数:
169
判断是否联网_检测网络的类型为3G、2G、wap、wifi判断是否联网: /*** * judge Internet is available * * @author wei-spring * @return */ public boolean is...
分类:
其他好文 时间:
2015-01-31 14:20:31
阅读次数:
212
With the defaultApache HBaseconfiguration,everyone is allowed to read from and write to all tables available in the system. For many enterprise setups...
分类:
Web程序 时间:
2015-01-29 19:08:41
阅读次数:
1287
先介绍几个和apt-get相关的目录:
/var/lib/dpkg/available
文件的内容是软件包的描述信息, 该软件包括当前系统所使用的 Debian 安装源中的所有软件包,其中包括当前系统中已安装的和未安装的软件包.
/var/cache/apt/archives
目录是在用 apt-get install 安装软件时,软件包的临时存放路径
/etc/apt/so...
分类:
系统相关 时间:
2015-01-29 12:51:09
阅读次数:
295
Here's What's New:Invite up to 1,000 external testers using just their email addressEasy to use TestFlight iOS app available on the App StoreNo need t...
分类:
移动开发 时间:
2015-01-29 12:16:55
阅读次数:
657
读取Assets文件夹InputStream is = getAssets().open("read_asset.txt");// We guarantee that the available method returns the total// size of the asset... of ....
分类:
移动开发 时间:
2015-01-28 21:03:30
阅读次数:
216
今天一台邮件服务器无法收发邮件,控制台报大量的“Insufficient TCP sockets are available”。...
分类:
其他好文 时间:
2015-01-27 11:16:29
阅读次数:
138
在浏览器输入http://60.10.140.22/xampp出现以下错误信息:Access forbidden!New XAMPP security concept:Access to the requested directory is only available from the local...
分类:
其他好文 时间:
2015-01-27 00:26:27
阅读次数:
177
项目中碰到一个需要计算沙盒目录的大小的功能。看了下NSFileManager提供的方法,找到一个- (NSDictionary *)attributesOfItemAtPath:(NSString *)path error:(NSError **)error NS_AVAILABLE(10_5, 2...
分类:
其他好文 时间:
2015-01-26 19:06:41
阅读次数:
168