码迷,mamicode.com
首页 >  
搜索关键字:art    ( 45817个结果
各大搜索引擎提交网站的入口地址
搜索引擎网站收录地址大全:百度搜索网站登录口:http://www.baidu.com/search/url_submit.htmlGoogle网站登录口:http://www.google.com/addurl/?hl=zh-CN&continue=/addurlGoogle新闻网站内容http:...
分类:Web程序   时间:2014-06-28 15:02:31    阅读次数:226
Java基础
Java基础1 语言元素1.1 关键字有特殊含义的单词,不能被用作标识符(全小写)abstract --- 定义抽象类或者抽象方法assert --- 断言(*)boolean --- 定义布尔类型的关键字byte --- 定义字节类型(最小的整型)的关键字break --- 终止循环catch -...
分类:编程语言   时间:2014-06-28 14:52:43    阅读次数:248
安装和配置CentOS时钟同步服务
Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:其他好文   时间:2014-06-28 14:45:54    阅读次数:185
Linux Bluetooth内核分析
Linux提供了对Bluetooth的支持,核心代码位于net/bluetooth 1. 初始化 主要由subsys_initcall调用函数bt_init()来完成 bt_init() -> bt_sysfs_init() -> sock_register(&bt_sock_family_ops)...
分类:系统相关   时间:2014-06-28 14:45:11    阅读次数:561
C++11中function和bind的用法示例
环境Visual Studio 2012,具体代码如下#include #include #include void PrintNumber(int num){ std::cout f_print_num = PrintNumber; f_print_num(1024); // ...
分类:编程语言   时间:2014-06-28 14:19:07    阅读次数:267
微软职位内部推荐-SDE
微软近期Open的职位:Organization Summary:Engineering, Community & Online (ECO) is looking for a great "Software Development Engineer" to join our team. Custom...
分类:其他好文   时间:2014-06-28 14:11:20    阅读次数:232
linux非阻塞的socket EAGAIN的错误处理
http://blog.csdn.net/tianmohust/article/details/8691644在Linux中使用非阻塞的socket的情形下。(一)发送时 当客户通过Socket提供的send函数发送大的数据包时,就可能返回一个EAGAIN的错误。该错误产生的原因是由于send 函....
分类:系统相关   时间:2014-06-28 14:10:43    阅读次数:306
流程总结:Hibernate实体映射
本文内容来自:《传智播客-OA项目》1,写注释格式为:?属性,表达的是本对象与?的?关系。例:“department属性,本对象与Department的多对一”2,拷模板:3,填空:name属性:属性名(注释中的第1问号)class属性:关联的实体类型(注释中的第2个问号)column属性::一般可...
分类:系统相关   时间:2014-06-28 14:04:49    阅读次数:302
ADODB的应用
Connect("localhost", "root", "", "php100")or die("错误");$db->Execute("set names 'UTF8'");$query=$db->execute("select * from `php100`");while($row=$quer...
分类:数据库   时间:2014-06-28 13:59:08    阅读次数:294
jquery.tochart.js
var _jq, _hc;var jqsrc = "http://code.jquery.com/jquery-1.7.min.js";var hcsrc = "http://code.highcharts.com/highcharts.js";function checkJquery() { .....
分类:Web程序   时间:2014-06-28 13:51:52    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!