码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
USB storage drivers分析之一
/drivers/usb/storage/Makefile## Makefile for the USB Mass Storage device drivers.## 15 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of...
分类:其他好文   时间:2015-07-29 11:44:25    阅读次数:256
除法(暴力)
除法DescriptionDivisionWrite a program that finds and displays all pairs of 5-digit numbers that between them use the digits 0 through 9 once each, such...
分类:其他好文   时间:2015-07-29 09:01:36    阅读次数:115
SQL语句修改表名和字段名
USE testDB GO --将animal表名更改为animalCategory EXEC sp_rename '[dbo].[animal]','animalCategory'; --将bird表中的外键animalCode更改为animalCategoryCode EXEC sp_rename '[dbo].[bird].animalCode','animalCa...
分类:数据库   时间:2015-07-29 01:06:48    阅读次数:182
把USB打印机映射到LPT端口
把USB打印机映射到LPT端口(pos小票机测试成功)2010-12-23 18:11:00| 分类: 編程 | 标签: |字号大中小 订阅注释:在DOS命令行下运行以下命令(以下为示例,根据实际情况要有所改动):NET USE LPT2 \\192.168.0.2\EPSONLQ635 /PERS...
分类:其他好文   时间:2015-07-28 23:06:52    阅读次数:208
use traceur in ES6
1 Index.html -->2 cal.js/** * Created by Jackey Li on 2015/7/26. */import {Hello} from './profile.js';class Calc { constructor(){ thi...
分类:其他好文   时间:2015-07-28 22:55:11    阅读次数:171
golang原子库atomic
package?atomic import?( "unsafe" ) //?BUG(rsc):?On?x86-32,?the?64-bit?functions?use?instructions?unavailable?before?the?Pentium?MMX. // //?On?non-Linux?ARM,?the?64-bit?funct...
分类:其他好文   时间:2015-07-28 21:24:39    阅读次数:1040
除法 Division,UVa 725
DescriptionWrite a program that finds and displays all pairs of 5-digit numbers that between them use the digits 0 through 9 once each, such that the ...
分类:其他好文   时间:2015-07-28 20:54:15    阅读次数:110
【MongoDB】开启认证权限
1.mongodb.conf:添加auth=true2.use admin (3.0+ 使用createUser ; db.createUser({ user: "root", pwd: "123456", roles: [ { role: "userAdminAnyDatabase", db...
分类:数据库   时间:2015-07-28 20:20:51    阅读次数:220
解决linux系统CentOS下调整home和根分区大小
目标:将VolGroup-lv_home缩小到20G,并将剩余的空间添加给VolGroup-lv_root1.首先查看磁盘使用情况[root@localhost ~]# df -h文件系统 容量 已用 可用 已用% 挂载点Filesystem Size Used Avail Use% ...
分类:系统相关   时间:2015-07-28 17:49:27    阅读次数:179
Android source目录添加编译工程脚本(含ccache)
将此脚本置于android 工程源码根目录,即可用此脚本起build,且取名为compile.sh #!/bin/bash # # Copyright (c) 2012, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or w...
分类:移动开发   时间:2015-07-28 13:05:50    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!