码迷,mamicode.com
首页 >  
搜索关键字:touchpad workspace files / fdisk    ( 17453个结果
python+selenium-webdriver2实战练习
借用了张飞同学的HTML来进行的实战,文件下载路径:http://files.cnblogs.com/hugh007/demo.zip 代码如下:from selenium import webdriverfrom time import sleepfrom selenium.webdriver.....
分类:编程语言   时间:2014-07-23 12:06:36    阅读次数:374
CentOS禁用笔记本touchpad
自己在家笔记本装来个双系统玩玩,发现触摸板很烦人,禁用!1、安装一个小神器yum install xorg-x11-apps2、查看你到输入硬件对应的id,方便禁用命令[root@huangzhen yum.repos.d]# xinput list? Virtual core pointer .....
分类:其他好文   时间:2014-07-23 11:44:06    阅读次数:331
jQuery-formvalidatior
下载API帮助、源码、示例 http://files.cnblogs.com/wzmaodong/formValidator4.0.1.zip 示例代码 <script?type="text/javascript"> $(document).ready(function(){ ?$.formValidator.initConfig({onError:fun...
分类:Web程序   时间:2014-07-23 00:33:57    阅读次数:400
烧写系统
搭建嵌入式开发环境一.把boootloader写到SD卡 1、把SD卡插入PC机 2、fdisk -l查看SD卡对应的设备文件 3、卸载SD卡 4、.//write_sd /dev/sdb u-boot-movi.bin 5、把SD卡插入开发板,并切换为SD卡启动方式,上电二、配置minicom 1...
分类:其他好文   时间:2014-07-22 22:47:14    阅读次数:241
htm exploer
(C# vs2013)源码:http://files.cnblogs.com/xe2011/HtmExplorer%28Csharp_Source%292014%E5%B9%B47%E6%9C%8822%E6%97%A52504.7zEXE程序:http://files.cnblogs.com/xe...
分类:Web程序   时间:2014-07-22 22:45:16    阅读次数:253
pysam 模块
pysam is a python module that makes it easy to read and manipulate mapped short read sequence data stored in SAM/BAM files.要读bam文件, 首先实例化一个Samfile对象im...
分类:其他好文   时间:2014-07-22 22:43:12    阅读次数:1418
基于redis ae实现 Linux中的文件系统监控机制(inotify)
(英文部分为转的。代码是个人代码) 1 What’s inotify  The inotify API provides a mechanism for monitoring file system events. Inotify can be used to monitor individual files, or to monitor directories. When a direc...
分类:系统相关   时间:2014-07-22 22:39:53    阅读次数:476
ExtJs4.0入门错误
当在eclipse中的web工程中增加了extjs4,出现An internal error occurred during: "Building workspace".Java heap space 错误。解决办法1:把extjs4的工程安装包不要放到web工程中就ok了,或者建议直接用myecl...
分类:Web程序   时间:2014-07-22 22:36:56    阅读次数:259
更改MyEclipse生成的Servlet的模板(8.5)
1、关闭你的MyEclipse2、找到MyEclipse的安装目录比如:C:\Program Files\Genuitec3、搜索*wizard*(com.genuitec.eclipse.wizards_8.5.0.me201003052220.jar)4、打开,找到templates\Servl...
分类:系统相关   时间:2014-07-22 22:35:33    阅读次数:363
Maven for Eclipse
Maven 2 repository Eclipse needs to know the path to the local maven repository. Therefore the classpath variable?M2_REPO?has to be set. Execute the following command: mvn?-Declipse.workspace=<...
分类:系统相关   时间:2014-07-22 22:32:54    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!