码迷,mamicode.com
首页 >  
搜索关键字:under    ( 2823个结果
Linux Modules Introduction
Modules are small kernel extensions ,that may be loaded and unloaded at will● Can implement drivers, filesystems, firewall,and more● Are located under...
分类:系统相关   时间:2014-07-29 20:53:52    阅读次数:235
【HackerRank】 Game Of Thrones - I
King Robert has 7 kingdoms under his rule. He gets to know from a raven that the Dothraki are going to wage a war against him soon. But, he knows the ...
分类:其他好文   时间:2014-07-29 17:18:52    阅读次数:211
CentOs6.5 + Nginx 1.6.0 + Node.js0.9.0 + Mongodb配置
添加非root用户 under root permision adduser?wedate passwd?wedate—>?input?the?new?password chmod?u+w?/etc/sudoers vim?/etc/sudoers 添加?wedate?????All=(ALL)????? ALL?在root之后...
分类:数据库   时间:2014-07-29 16:08:39    阅读次数:597
java常用工具方法2
/* * Copyright 2005 Joe Walker * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance wi...
分类:编程语言   时间:2014-07-29 13:53:20    阅读次数:484
centos 7 编译 php 5.3.28
由于centos7 自带的php版本为5.4的版本,代码不支持,降级到5.3 一路坎坷。只能以笔记记录下来。 下载,编译。报错如下: ?configure?error?:?Cannot?find?libmysqlclient?under?/usr. 首先从mysql.com 上...
分类:Web程序   时间:2014-07-23 17:37:11    阅读次数:358
Windows下如何枚举所有进程
Windows下如何枚举所有进程Posted on 13:37:00 by 晓月 and filed under Coding, Windows, Windows Mobile 要编写一个类似于 Windows 任务管理器的软件,首先遇到的问题是如何实现枚举所有进程。暂且不考虑进入核心态去查隐藏进....
分类:Windows程序   时间:2014-07-22 23:16:52    阅读次数:408
js随机数
//得到随机数function fRandomBy(under, over){ switch(arguments.length){ case 1: return parseInt(Math.random()*under+1); case 2: return parseInt(Math.random(...
分类:Web程序   时间:2014-07-22 22:46:12    阅读次数:211
SQLiteDatabase 源码
/** * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
分类:数据库   时间:2014-07-22 22:45:32    阅读次数:355
SQLiteOpenHelper 源码
package com.tongyan.common.db;/** * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "Licens...
分类:数据库   时间:2014-07-22 22:42:12    阅读次数:343
平时的笔记02:处理fnmatch模块
# Copyright 2006 Joe Wreschnig## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public Li...
分类:其他好文   时间:2014-07-22 22:36:33    阅读次数:351
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!