加载中
Linux下TTL串口登录pcDuino V2

在没有显示器和网线的情况下,串口是连接pcDuino V2的不二选择。本文主要记录了我在LINUX下通过USB-TTL转接连接pcDuino V2 的过程步骤,仅供参考!

2014/10/24 22:48
1W
windows开机默认后台运行virtualbox虚拟机

建一个virtualbox.bat文件,内容如下: @echo off echo 请勿关闭此窗口,服务器在后台运行 cd “c:Program FilesOracleVirtualBox” ::VBoxHeadless –startvm “xxxx” VBoxManage startvm...

2013/09/05 23:14
1.4K
如何通过Apache运行GO语言的WEB应用

How To: Run Google Go Web Apps Behind Apache In my last blog post I showed how to make a website using Google Go. However if your VPS or dedicated server has not got any spare I...

2013/08/29 09:08
2K
mysql 导出文件

SELECT `pe2e_user_to_company`.company_name, `pe2e_user_to_company`.company_code, `users`.name, `users`.uid, `users`.mail, `pe2e_email_notification_email`.`email_cc` FROM `users`...

2013/04/10 21:23
62
PHP 源码编译 configure 参数

./configure --prefix=/opt/php5.4 --with-apxs2=/opt/httpd/bin/apxs --enable-soap --enable-mbstring --enable-pdo --with-mysql --enable-pdo --with-pdo-mysql=mysqlnd --with-mcrypt -...

2013/03/23 16:32
582
10 Things To Do after installing Ubuntu 12.04

Ubuntu 12.04 (Precise Pangolin) is the LTS (Long Term Support) release and it’s a lot different from the last LTS (I mean the 10.04, which was based on Gnome 2.3). A lot of th...

2013/03/22 09:14
522
Ubuntu 12.04下配置JDK7

第一步:下载jdk http://www.oracle.com/technetwork/java/javase/downloads/index.html 第二步:解压安装 进入文件所在目录 执行 sudo tar zxvf jdk-7-linux-i586.tar.gz -C /usr/lib/jvm ...

2013/03/22 09:08
156
Installing Ralink RT3290 Wireless Drivers in Ub...

For anybody looking to install drivers for Ralink Device 3290, I’ve finally managed to get it working so I thought I’d share. 1. Check your wireless controller hardware lspci...

史上最全的css hack(ie6-9,firefox,chrome,opera,safari)

在这个浏览器百花争鸣的时代,作为前端开发的我们为了我们漂亮的设计能适应各个浏览器可为煞费苦心,主要体现在javascript和css上面。javascript我这次就不谈了,先说说css。 为了适应不同浏...

2012/01/15 20:15
702
linux下利用crontab命令使用

crontab是个非常方便的在unix/linux系统上定时(循环)执行某个任务的程式 使用cron服务,用 service crond status 查看 cron服务状态,如果没有启动则 service crond start启动他, cron服务是...

2011/12/23 16:58
130
Relaltek声卡在UBUNTU下没有声音的解决方法。

The computer has an HDA Intel chip (Realtek ALC887) and I couldn't open alsamixer (this error was displayed: "load hw:0 error: Invalid argument"), although the sound seemed to b...

2011/09/30 13:09
1.7K
PHP session.cookie_secure 的作用

session.cookie_secure = 1 如果开启则表明你的cookie只有通过HTTPS协议传输时才起作用。 参考问题: i'm setting session.cookie_secure = "on" via .htaccess and it works - confirmed by...

2011/07/27 11:29
7.4K
discuz!X DIY模块的自定义开发

portal_diy.js 中的 spaceDiy 对象扩展函数 getdiy : function (type) {       if (type) {         var nav = $('controlnav').children;         for (var i in nav) {           if (nav[i].className == ...

2011/05/13 09:38
4.3K
NetBeans优化技巧 提升启动速度

NetBeans优化的目的是提高NetBeans的启动速度和运行速度。下面介绍的NetBeans优化技巧是在版本6.0beta2上的优化。经过实验,大大提高了NetBeans的启动速度. 1,修改英文netbeans界面字体大小...

2011/04/14 23:03
863
mysql查询语句的大小写敏感设置

修改my.cnf配置文件 在[mysqld]节下加入 lower_case_table_names=1

2011/04/10 21:28
1.7K
LINUX下PHP使用PDO访问MYSQL的连接设置注意事项

在使用XAMPP搭建站点,mysql单独安装,使用PDO连接时出现错误提示“mysql.sock”不存在,

2011/04/10 17:04
242

没有更多内容

加载失败,请刷新页面

返回顶部
顶部