话不多说,直接上代码:sudo apt-get remove ibussudo apt-get
install fcitx fcitx-config-gtk im-switchsudo dpkg -i *.debsudo apt-get -f
installsudo dpkg -i *.debsud...
分类:
其他好文 时间:
2014-05-06 01:11:53
阅读次数:
269
在Linux下用Wine模拟器来模拟运行不失为一个好办法,但是!好多Windows程序还是不能运行,比如QQ!笔者整理了一个TM2013的Wine版本,虽然和QQ有区别,但基本的功能(聊天、传文件、QQ空间、QQ邮箱)都有了。还是比WebQQ人性化一些的。直接上链接:http://yun.baidu...
分类:
其他好文 时间:
2014-05-06 01:10:11
阅读次数:
248
周末折腾一下Ubuntu 14.04,稍作记录:1. 切换源,我还是钟情163的(ps,
这里如果用的以前13.04时候163的源会有问题,记得配置最新的)$ sudo cp /etc/apt/sources.list
/etc/apt/sources.list.origin$ sudo gedit...
分类:
其他好文 时间:
2014-05-06 00:13:19
阅读次数:
376
1、ifconfig eth0 promisc 设置eth0为混杂模式。ifconfig eth0
-promisc 取消它的混杂模式botnet@botnet-virtual-machine:~$ ifconfigeth0 Link
encap:Ethernet HWaddr 00:0...
分类:
其他好文 时间:
2014-05-06 00:09:59
阅读次数:
625
software directory: The default directory of
software installed on ubuntu is /usr, so just allocate more space for this
partition when installing oper...
分类:
其他好文 时间:
2014-05-06 00:02:59
阅读次数:
281
安装Java编程开发环境:Ubuntu默认安装openjava,可以通过java
-version查看是否安装。但我使用Ubuntu9.10升级到10.04LTS时,openjava没有了。另外,如果使用java作编程开发,最好还是用sun的java。1.下载地址:http://www.oracle...
分类:
编程语言 时间:
2014-05-05 23:42:59
阅读次数:
450
最近看tomcat源码,这类接口多的有点眩,整理出来看一下。(基于tomcat4)javax.servlet.ServletRequset接口,和org.apache.catalina.Request接口,有什么联系?其实就是对Request不同层面上的定义。一、首先看下javax.servlet....
分类:
其他好文 时间:
2014-05-05 22:53:53
阅读次数:
457
DTCoreText从HTML文档中创建富文本https://github.com/Cocoanetics/DTCoreText注意哦亲,DTRichTextEditor这个组件是收费的,不贵,才650美元而已^_^。DTCoreTextThis
project aims to duplicate ...
分类:
Web程序 时间:
2014-05-05 22:41:41
阅读次数:
470
一般的书或者教程上的安装步骤是:(需要是-g,即全局安装)npm install -g
express
//全局安装而我们应该多多关注下express的文档,github地址:https://github.com/visionmedia/express#quick-start提示express的安....
分类:
Web程序 时间:
2014-05-05 22:33:19
阅读次数:
422
本系列所有代码
https://github.com/zhangting85/simpleWebtest本文将介绍一个Java+TestNG+Maven+Selenium的web自动化测试脚本环境下testNG的Dataprovider的使用和数据驱动的自动化测试的实现,并提供全部代码。
分类:
其他好文 时间:
2014-05-05 22:26:08
阅读次数:
408