svn 实现git stash类似的功能% svn diff >
WorkInProgress.txt% svn revert -R .% svn commit -m "Patched to support server
schema change"% patch -p0 -i WorkInProg...
分类:
其他好文 时间:
2014-06-12 00:32:47
阅读次数:
367
1.1Implement an algorithm to determine if a
string has all unique characters. What if you cannot use additional data
structures?字符串问题,需要先确定是不是只有ASCII码...
分类:
其他好文 时间:
2014-06-11 12:27:53
阅读次数:
247
安装中文字体:sudo apt-get install
ttf-wqy-zenhei安装中文输入法:sudo apt-get install scim-pinyin系统配置:sudo
raspi-config选择Internationalisation Options ->Change Locale...
分类:
其他好文 时间:
2014-06-11 08:24:22
阅读次数:
348
文件,目录 pwd:查看当前目录 Print Working Directory
cd,ls(ll),mkdir -p Change Directory List Make Directory du -sh 评估目录或者文件大小 touch
创建新文件 ln -s source dest ...
分类:
系统相关 时间:
2014-06-09 00:05:22
阅读次数:
334
微软webbrowser控件也就是IE插件,他的所有功能就像IE类似,当然设置也是一样的,下面介绍下webbrowser如何设置代理,可不要用这个对抗广告联盟哦You
can change the proxy with InternetSetOption method from the winine...
分类:
Web程序 时间:
2014-06-08 20:32:36
阅读次数:
308
php Action 服务器端
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
* Description of UploadAction
*
* @author hxwj
*/
class ...
分类:
Web程序 时间:
2014-06-08 15:26:18
阅读次数:
292
设置字体出错:txt.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/luculent"));
然后发现,竟然是因为自己没有加上后缀,改成下面这样就好了
txt.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/luculent.ttf"));
出这个错误了先看看名字...
分类:
编程语言 时间:
2014-06-08 15:03:27
阅读次数:
298
tomcat启动报错,无法创建 bean listenerStatusChangeDealHandler, no queue 'STOCK.NOTIFY_CHANGE.INTER.CACHE.QUEUE' in vhost
从启动日志来看,有时候仅会看到内存泄漏,而没有与queue相关的日志,很容易走错方向。
按照
http://blog.csdn.net/wangjunjun2008/a...
分类:
其他好文 时间:
2014-06-08 10:54:17
阅读次数:
924
在vm下redhat5下安装oracle 11g后,登录sqlplus 报:
sqlplus: error while loading shared libraries: /home/oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1: cannot restore segment prot after reloc:...
分类:
数据库 时间:
2014-06-07 12:00:29
阅读次数:
303
由于项目的软件版本会逐渐递增,原来的测试脚本在新版本上执行的时候会出现错误1.“The
"App(1.0.1.0)-T(0.0.0." Dialog object was not found in the Object
Repository.”错误2.“Cannot identify the obj...
分类:
其他好文 时间:
2014-06-06 07:28:11
阅读次数:
227