10-11学年秋九年级期中考试成绩 11、13 考号 姓名 语文 数学 英语 政治 物理 化学 历史 总分 名次 9101 刘朦 102 120 91 51 61.6 44 39 508.6 1 9309 王思长 98 118 93 50 59.5 42 48 508.5 2 9211 王宁 102 105...

0

Linux下gcc中用c连接mysql

Posted in C at 九月 13th, 2011 / No Comments »

代码: #include "stdio.h" #include "stdlib.h" #include "mysql.h" #define HOST "127.0.0.1" #define USER "root" #define PASSWORD "654321" #define DB "test" main() {     MYSQL mysql;     MYSQ...

0

git 恢复单个文件

Posted in git at 九月 6th, 2011 / No Comments »

如果你只是要恢复一个文件(修复未提交文件中的错误),如”hello.rb”, 你就要使用 git checkout $ git checkout -- hello.rb http://www.gagahappy.com/git-checkout-file/

Overview You can fairly easily today create an attractive web page using (X)HTML and CSS, but the moment you throw a Java applet into the mix you are asking for trouble. There is a jarring disconne...

Minimize HTTP Requests tag: content 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scr...

一些朋友的T400机器在机器休眠后就无法正常恢复过来,只能通过长按电源键关机重启。针对这一类似的情况,介绍给大家一些解决方法。 方法 1: ThinkPad在BIOS里有SATA模式的设置ACHI和兼容模式,而之前的习惯是为了...