码迷,mamicode.com
首页 >  
搜索关键字:i got it    ( 1592个结果
python的pymongo
之前捣鼓了下mysql。后来想想。python似乎更加适合配合nosql来使用。然后自己又搭建了下mongodb来耍一下 试过之后果然是比mysql爽多了。不用说,封装封装。 然后随便测试了下。果然很方便。居家必备啊 ...
分类:编程语言   时间:2017-11-09 17:20:53    阅读次数:185
jq鼠标经过之后图片效果(兼容ie8)
一、鼠标经过图标变换 <script src="images/jquery.1.9.1.js"></script><style type="text/css">.xxgk_list li {display: inline-block;float: left;position: relative;ma ...
分类:其他好文   时间:2017-11-09 14:47:23    阅读次数:193
文件I/O(二)
(6)lseek lseek和标准I/O库的fseek函数类似,可以移动当前读写位置(或者叫偏移量) #include <sys/types.h> #include <unistd.h> off_t lseek(int fd, off_t offset, int whence); 参数: fd 表示 ...
分类:其他好文   时间:2017-11-08 17:53:31    阅读次数:168
file_get_contents("php://input")的使用方法
$data = file_get_contents("php://input"); //input 是个可以访问请求的原始数据的只读流。 POST 请求的情况下,最好使用 php://input 来代替 $HTTP_RAW_POST_DATA,因为它不依赖于特定的 php.ini 指令。 而且,这样 ...
分类:Web程序   时间:2017-11-08 11:59:27    阅读次数:252
B - Cubes for Masha题解
Absent-minded Masha got set of n cubes for her birthday. At each of 6 faces of each cube, there is exactly one digit from 0 to 9. Masha became interes ...
分类:其他好文   时间:2017-11-07 19:46:43    阅读次数:189
Unit8 Let's celebtrate
Listening: Is that music fantastic? It's from a samba city that I got when I was in Rio for carnival. Waw~, carnival in Rio is really something. It's ...
分类:其他好文   时间:2017-11-06 13:56:16    阅读次数:215
网络驱动移植之解析Linux网络驱动的基本框架
内核源码:linux-2.6.38.8.tar.bz2 概括而言,编写Linux网络驱动其实只要完成两件事即可,一是分配并初始化网络设备,二是注册网络设备。 1、分配并初始化网络设备 动态分配网络设备(从C语言角度来看,其实就是定义了一个struct net_device结构体变量,并对这个结构体变 ...
分类:系统相关   时间:2017-11-03 20:17:09    阅读次数:274
Python2.7 在使用BSTestRunner.py时报错TypeError: unicode argument expected, got 'str'
python3往这个库中加入了一些新的内容,使得该库在Python2.7中报错。 解决方法是将导入语句 更换为: ...
分类:编程语言   时间:2017-11-03 15:25:16    阅读次数:796
2 Modals of necessity
1 情况动词must 和词组have to, need to ,have got to 都表示必须做某事或者要求做某事。 need to have to must have got to When is the project due? We need to(have to, must, have ...
分类:其他好文   时间:2017-11-02 13:14:55    阅读次数:159
zookeeper安装
https://taoistwar.gitbooks.io/spark-operationand-maintenance-management/content/spark_relate_software/zookeeper_install.html 版本:zookeeper-3.4.6 下载: wg ...
分类:其他好文   时间:2017-11-02 00:59:07    阅读次数:204
1592条   上一页 1 ... 74 75 76 77 78 ... 160 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!