Preference->Browse Packages->python,编辑Python.sublime-build文件,在字典里添加path item,value为你的python路径,示例如下:{ "cmd":["python.exe", "-u", "$file"], "path":"C:/P...
分类:
其他好文 时间:
2014-07-16 19:12:25
阅读次数:
200
在中国使用android有点郁闷,经常被屏蔽。使用一下方法android studio升级时提示 Connection failed. Please check your network connection and try again2013年02月16日? 综合? 共 322字 ? 字号小中大?...
分类:
移动开发 时间:
2014-07-16 18:00:31
阅读次数:
303
英文原文: http://www.codeproject.com/Articles/110931/Building-High-Performance-Queue-in-Database-for-st译文:http://www.oschina.net/translate/building-high-p...
分类:
数据库 时间:
2014-07-16 17:47:26
阅读次数:
379
Problem: Implement a function to check if a singly linked list is a palindrome.思路:最简单的方法是 Reverse and compare.另外一种非常经典的办法是用 Recursive 的思路,把一个list看成这种形...
分类:
其他好文 时间:
2014-07-16 17:41:23
阅读次数:
188
BACKGROUNDThe present invention relates to video processing systems.Advances in imaging technology have led to high resolution cameras for personal us...
分类:
其他好文 时间:
2014-07-16 17:38:34
阅读次数:
441
开发中很常见的一个问题,项目中的listview不仅仅是简单的文字,常常需要自己定义listview,自己的Adapter去继承BaseAdapter,在adapter中按照需求进行编写,问题就出现了,可能会发生点击每一个item的时候没有反应,无法获取的焦点。原因多半是由于在你自己定义的Item中...
分类:
移动开发 时间:
2014-07-16 17:04:54
阅读次数:
193
出现错误提示: Failed to load administrator rule file.Check your Installation. 原因: 电脑缺少MS XML4.0,导致SAP客户端无法正确读取XML文件C:\program files\SAP\FrontEnd\SAPgui\them...
分类:
其他好文 时间:
2014-07-16 15:39:00
阅读次数:
355
Validating Receipts Locally
Perform receipt validation immediately after your app is launched, before displaying any user interface or spawning any child processes. Implement this check in the ma...
分类:
其他好文 时间:
2014-07-16 11:48:20
阅读次数:
267
mysql多实例1.my.cnf通过定义mysqldconfig类mysqld_vars={}从里面获得很多配置文件相关参数写入字典mysql.py2.initDB初始化数据库3.修改权限4.rc脚本启动5.check检查一下配置文件,配置文件与mysql变量同步6.值其实一样,不让显示7.Popen调用mysql-e命令SQLIOSeconds_Behind_Ma..
分类:
数据库 时间:
2014-07-15 10:55:19
阅读次数:
398
经过N次安装尝试吐血总结,希望对大家有所帮助,同时做下记录备忘:
总结:安装前的准备工作是关键!!!Check and recheck!
***********************ORACLE 12C 安装步骤********************************************
0、准备软件:Oracle Linux 6.4 X86_64 虚拟机...
分类:
数据库 时间:
2014-07-15 10:34:02
阅读次数:
276