码迷,mamicode.com
首页 >  
搜索关键字:change default interface name to eth0    ( 133671个结果
jquery validation remote进行唯一性验证时只使用自定义参数,不使用默认参数
在使用validation进行唯一性验证时,想各个模块写一个统一的方法,相统一参数名称,但是remote方法会默认把对应的参数传过去如:会把role.roleName默认作为变量提交过去所以想自定义统一的参数,不想把默认参数传递过去但是validation插件似乎不支持,只好看源码了所以,既不影响其...
分类:Web程序   时间:2014-05-01 11:43:37    阅读次数:467
windows 下文件上传到fastdfs
php.ini 配置[fastdfs]; the base pathfastdfs_client.base_path = D:/tmp; connect timeout in seconds; default value is 30sfastdfs_client.connect_timeout = ...
分类:Windows程序   时间:2014-05-01 11:40:56    阅读次数:1211
Oracle单表去重复(一)
去重有两层含义,一:是记录完全一样;二:是符合一定条件的认为是重复。根据表的数量,去重可划分为:单表去重和多表关联去重。对于去重,一般最容易想到的是用distinct,而distinct只能对记录完全重复的记录保留一条。distinct使用的是二重循环的方式来去重的,如果数据量非常大的时候,会导致性...
分类:数据库   时间:2014-05-01 11:36:20    阅读次数:422
xdg-open 打开“irc:*”链接
用于打开chrome浏览器中的"irc://*"#cp /usr/share/applications/xchat.desktop /home/zsj/.local/share/applications/irc.desktop#xdg-mime default irc.desktop x-schem...
分类:其他好文   时间:2014-05-01 11:16:02    阅读次数:617
Hibernate逆向工程
MySQL Administrator 创建表MyEclipse Database Explorer视图:1. New2 .Driver template: MySQL Connector/JDriver name: 给定一个连接名称Connection URL:jdbc:mysql://[]/相应...
分类:系统相关   时间:2014-05-01 10:48:33    阅读次数:696
Daily English words study
detect 发现 察觉workstation 工作站/计算机proceed vi 进行 继续abort n 中止计划 vi/vt 流产 发育不全 使…流产security 安全guideline 指导enhancement 增强interface 接口definition 清晰度multmedia...
分类:其他好文   时间:2014-05-01 10:47:53    阅读次数:338
Linux环境变量的设置和查看方法
1. 显示环境变量HOME $ echo $HOME /home/redbooks 2. 设置一个新的环境变量hello $ export HELLO="Hello!" $ echo $HELLO Hello! 3. 使用env命令显示所有的环境变量 $ ...
分类:系统相关   时间:2014-05-01 08:18:05    阅读次数:403
VC中添加web控件的方法
在VC中使用WebBrowser控件的两方法黄森堂(vcmfc)著ClassWizard方式:1.创建包装类:View->ClassWizard->Add Class->Form a Type Library->C:\winnt\system32\shdocvw.dll->只选择IWebBrowse...
分类:Web程序   时间:2014-05-01 08:15:32    阅读次数:470
用基类接品,泛型抽象类,抽象方法实现代码复用
1、定义一个基类接口public interface IBaseEntity{/// 最后操作人编码 string LastOperatorCode { get; set; }/// 最后操作人 string LastOperator { get; set; }/// 最后操作时间 DateT...
分类:其他好文   时间:2014-05-01 08:14:17    阅读次数:267
Memcached source code analysis -- Analysis of change of state--reference
This article mainly introduces the process of Memcached, libevent structure of the main thread and worker thread based on the processing of the connec...
分类:其他好文   时间:2014-05-01 02:44:07    阅读次数:571
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!