在python安装Image后发现只要加载ImageFont就出现 The _imaging C module is not installed 的提示,经百度谷歌搜索后。发现WIN系统的人都会使用网上已经编译好的一个包。而LINUX下回答都很模糊。基本如下处理即可(CENTOS 5 64bit)y...
分类:
其他好文 时间:
2014-09-19 17:06:55
阅读次数:
165
typedef NS_ENUM(NSInteger, UIBlurEffectStyle) {
UIBlurEffectStyleExtraLight,
UIBlurEffectStyleLight,
UIBlurEffectStyleDark
} NS_ENUM_AVAILABLE_IOS(8_0);
UIBlurEffect *blurEffe...
分类:
移动开发 时间:
2014-09-19 15:37:45
阅读次数:
272
Before obtaining an item each thread must acquire a permit from the semaphore, guaranteeing that an item is available for use.When the thread has fini...
分类:
其他好文 时间:
2014-09-18 23:44:44
阅读次数:
269
1. 下载 linux版本sdk,解压(使用代理:203.208.46.146 dl-ssl.google.com) 2. 解压后,配好环境变量path,执行:android list sdk --extended --all,列出所有扩展工具及对应版本,如下: packages available f...
分类:
移动开发 时间:
2014-09-18 13:24:44
阅读次数:
204
# get names of installed packages packs <- installed.packages() exc <- names(packs[,‘Package‘]) # get available package names av <- names(available.packages()[,1]) # create loooong string ins <- av...
分类:
其他好文 时间:
2014-09-16 19:15:51
阅读次数:
264
/** * to judge if the net is available * 用户手机当前网络可用:WIFI、2G/3G/4G网络; * 用户打开与不打开网络,和是否可以用是两回事,打开了未必就可以上网 */ public static boolea...
分类:
移动开发 时间:
2014-09-16 12:37:10
阅读次数:
249
问题一安装了SVN的eclipse插件,使用的时候就会弹出一个错误的提示框:Subversion Native Library Not Available,加载不到JavaHL。解决方法>>Windows 系统:最简单的解决办法是安装sliksvn,安装后重新启动eclipse就正常了。sliksv...
分类:
编程语言 时间:
2014-09-16 12:32:20
阅读次数:
263
1. apache2安装完成之后,配置文件位于/etc/apache2目录下,主要是apache2.conf。但是修改的时候主要可以修改sites-available下面的default;修改完成之后重启apache2,需要输入/etc/init.d/apache2之后添加参数stop, start...
分类:
其他好文 时间:
2014-09-15 17:15:09
阅读次数:
204
1.查看ubuntu版本 shell> cat /etc/issue Ubuntu 14.04 LTS \n \l 扩展:查看内核版本 shell>uname -r 3.13.0-24-generic 查看详细版本号: shell>sudo lsb_release -a No LSB modules are available. Distributo...
分类:
其他好文 时间:
2014-09-15 11:31:48
阅读次数:
221
INFO org.apache.hadoop.ipc.RPC: Server at localhost/127.0.0.1:9000 not available yet, Zzzzz...
分类:
其他好文 时间:
2014-09-14 23:38:07
阅读次数:
224