码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
关于enc28j60格式过滤的理解之一
// do bank 1 stuff, packet filter: // For broadcast packets we allow only ARP packtets // All other packets should be unicast only for our mac (MAADR....
分类:其他好文   时间:2014-09-05 19:40:31    阅读次数:257
POJ 1838 Banana (并查集)
Description Consider a tropical forrest, represented as a matrix. The cell from the right top corner of the matrix has the coordinates (1,1), and the coordinates of the other cells are determinated...
分类:其他好文   时间:2014-09-05 01:01:10    阅读次数:282
malloc()与calloc差别
Both the malloc() and the calloc() functions are used to allocate dynamic memory. Each operates slightly different from the other. Both the malloc() a...
分类:其他好文   时间:2014-09-04 16:42:59    阅读次数:173
atitit.sql server2008导出导入数据库大的表格文件... oracle mysql
atitit.sql server2008导出导入数据库大的表格文件...   1. 超过80M的文件是不能在查询分析器中执行的 1 2. Oracle ,mysql大的文件导入 1 2.1. 使用sql文件 1 2.2. 使用dmp二进制文件(oracle only) 1 2.3. Other 导出txt,excel在导入( 不推荐),常常不能导入 1 3. 本机导入 1 4...
分类:数据库   时间:2014-09-04 00:14:17    阅读次数:281
怎样在Eclipse中筛选由System.out语句打印的内容
首先在Eclipse中显示LogCat选项卡,如果没有的话可以使用下面的方法显示:单击Eclipse的菜单“Window”-->ShowView-->点击“LogCat”,如果ShowView里没有找到的话可以选择“Other”:图1在“Android”目录下有LogCat,选中LogCat后点击下方的“OK”按钮,即可在Eclipse下..
分类:系统相关   时间:2014-09-03 18:28:27    阅读次数:442
如何将Windows live writer草稿转存到其他电脑上
ref:http://www.zhengsiwei.com/how-to-draft-windows-live-writer-archived-on-other-computers/ 在写一篇关于Access的文章,文章快完成时发现所用电脑装的是Acces2007版本没有计算字段,所以需要换一台有A...
分类:Windows程序   时间:2014-09-03 14:28:46    阅读次数:283
Cannot install ubuntu or other linux flavours on citrix Xen server
Citrix Xen sucks!When u try to install linux stuff on its Xen servers, u will get an error complaining errors like below:'......the bootloader for thi...
分类:系统相关   时间:2014-09-03 12:58:56    阅读次数:270
有两个变量a和b,不用“if”、“? :”、“switch”或其他判断语句,找出两个数中比较大的
1、问题 There are two int variables: a and b, don't use "if"、"? :"、"switch" or other judgement statement, find out the biggest one of the two numbers. (有两个变量a和b,不用“if”、“? :”、“switch”或其他判断语句,找出两个数中比较大...
分类:其他好文   时间:2014-09-03 11:20:16    阅读次数:178
UVA - 1356 Bridge
Description A suspension bridge suspends the roadway from huge main cables, which extend from one end of the bridge to the other. These cables rest on top of high towers and are secured at each end...
分类:其他好文   时间:2014-09-03 00:20:15    阅读次数:334
git for windows 无法提交修改的处理
在git for windows里面不能commit修改,提示open shellopen shell以后,使用git add [filename],会报错:fatal: Unable to create './.git/index.lock': File exists. If no other g...
分类:Windows程序   时间:2014-09-02 17:35:05    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!