码迷,mamicode.com
首页 >  
搜索关键字:lo    ( 2279个结果
misc设备驱动模板-linux
闲来无事,丢个misc驱动模板就跑  #include #include #include #include #include #include #include #include #include #include #include #include #include #define DEVICE_NAME "misc_dev0" static lo...
分类:系统相关   时间:2015-02-02 18:03:55    阅读次数:231
iframe auto set height
Parent page:document.domain = 'xxxx.com'function fixIframeHeight(h,iframe){ $(iframe).height(h);}Iframe page:document.domain = 'xxxx.com'console.lo...
分类:其他好文   时间:2015-02-02 14:02:50    阅读次数:74
LAMP(1)--环境搭建及报错解决
环境:CentOS6.5★安装mysqlcd/usr/local/srcwgethttp://syslab.comsenz.com/downlo...-icc-glibc23.tar.gztarzxvf/usr/local/src/mysql-5.1.40-linux-i686-icc-glibc23.tar.gz解压mvmysql-5.1.40-linux-i686-icc-glibc23/usr/local/mysqluseradd-s/sbin/nologinmysqlcd/usr/lo..
分类:其他好文   时间:2015-02-02 07:10:42    阅读次数:243
查看oracle死锁进程并结束死锁
摘自:http://sqcjy111.iteye.com/blog/1183928查看锁表进程SQL语句1: select sess.sid, sess.serial#, lo.oracle_username, lo.os_user_name, ao.object_name,...
分类:数据库   时间:2015-01-29 17:31:46    阅读次数:123
怎么写代码创建一个网站
访问网站默认的路径是CodeIgniter_2.2.0\application\config\routes.php 中配置的$route['default_controller'] = "welcome" welcome控制器中只有一个函数index方法是网站默认访问的方法。$this->lo...
分类:Web程序   时间:2015-01-29 17:20:44    阅读次数:133
Linux 网络配置 ifconfig ip 命令的使用
IP地址是属于内核的,不是属于网卡的。只要内核中有就能ping通。常见的网卡类型: lo(loopback):本地回环。 ethNUM:以太网网卡。CentOS7中为ensNUMs。 pppNUM:点对点。加载模块配置文件: /etc/modprobe.conf CentOS中默只有/etc/modprobe.conf/文件夹,可以手工创建。/et..
分类:系统相关   时间:2015-01-28 19:56:14    阅读次数:341
好记性不如烂笔头1-JAVA基础数据类型和转换
一、基础数据类型 1、布尔型(boolean) 布尔型(boolean) :true/false,不可以以0或非0的数字代替;不能进行数据之间的转换。 2、整数类型 整型默认为int型,而long类型表示的范围要超出int表数范围,所以,声明long类型时,常量后要加L(l)。    如:long l1=12345678 //  数值在int范围之内,还不会出错        lo...
分类:编程语言   时间:2015-01-28 17:57:50    阅读次数:178
添加文件夹获得其树形结构,并构建其节点
定义文件信息public class MyFileInfo { public string FileName { get; set; }//文件名 public string FilePath { get; set; }//文件路径 public lo...
分类:其他好文   时间:2015-01-27 20:11:34    阅读次数:209
Hello Flink
Setup $ wget -O ~/data/gutenberg/hamlet.txt http://www.gutenberg.org/cache/epub/1787/pg1787.txt $ cd ~/soft/flink-0.7.0-incubating $ bin/start-local.sh $ jps -m 18689 JobManager -executionMode lo...
分类:其他好文   时间:2015-01-27 18:31:43    阅读次数:398
vsftp配置参数
转载:http://blog.chinaunix.net/uid-134240-id-172158.htmllisten_address=ip address指定侦听IPlisten_port=port_value指定侦听端口,默认21anonymous_enable=YES是否允许使用匿名帐户lo...
分类:其他好文   时间:2015-01-27 17:53:36    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!