码迷,mamicode.com
首页 >  
搜索关键字:swtch default    ( 18303个结果
VS2008 自定义向导的default.js设置(DLL文件)
function OnFinish(selProj, selObj){ try { var strProjectPath = wizard.FindSymbol('PROJECT_PATH'); var strProjectName = wizard.Find...
分类:Web程序   时间:2014-07-30 20:09:24    阅读次数:268
magento模板 -- 如何安装magento模板
在magento下面安装模板首先要了解magento的模板结构:每个magento模板都包含如下的类似结构:--app/design/frontend/default/[模板名称]-------layout-------template-------locale--skin/frontend/def...
分类:其他好文   时间:2014-07-30 20:03:44    阅读次数:226
自建DHCP TFTP服务 用PXE启动实现无人值守安装Centos6
1、安装DHCPTFTPyum-yinstalldhcptftp-servertftp2、配置DHCP文件cat>/etc/dhcp/dhcpd.conf<<EOF # optiondomain-name"dwhd.org"; #设置DHCP的DNS optiondomain-name-servers172.16.0.1,114.114.114.114; #设置DHCP分配出去的IP超时时间单位秒 default-lease-time8644..
分类:其他好文   时间:2014-07-30 17:47:34    阅读次数:447
MySql命令行控制事务
新建表t1 CREATE?TABLE?`t1`?( ??`a`?int(11)?NOT?NULL, ??`b`?int(11)?DEFAULT?NULL, ??PRIMARY?KEY?(`a`) )?ENGINE=InnoDB?DEFAULT?CHARSET=latin1; 查看mysql系统级别的事务隔离级别: my...
分类:数据库   时间:2014-07-30 15:06:54    阅读次数:556
my-pos.cnf
[mysql@st2-cloudpos-14mysql]$catmy-pos.cnf[client]port=3306socket=/home/mysql/mysql/mysql/mysqld.sock#prompt="(\u@\h\\R:\\m:\\s)[\d]>"default-character-set=utf8[mysqld_safe]user=mysqlnice=0#ledir=/usr/local/mysql/libexec[mysqld]server-id=1port=3306pid-fi..
分类:其他好文   时间:2014-07-30 14:59:54    阅读次数:248
msyql同步的时候报错 : 错误代码: 1293 Incorrect table definition;there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
场景,两个不同服务器上的数据库,进行数据库同步 但是执行之后,提示报错 错误代码: 1293 Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or...
分类:其他好文   时间:2014-07-30 12:05:23    阅读次数:280
把 Activity 改成 ListActivity继续使用 setContentView
ListActivity has a default layout that consists of a single, full-screen list in the center of the screen. However, if you desire, you can customize t...
分类:其他好文   时间:2014-07-30 11:45:33    阅读次数:314
WebApp之Meta标签总结
在做WebApp的时候,少不了Meta标签引用,这里总结了下."添加到主屏幕“后,全屏显示 这meta的作用就是删除默认的苹果工具栏和菜单栏。content有两个值”yes”和”no”,当我们需要显示工具栏和菜单栏时,这个行meta就不用加了,默认就是显示。 默认值为default(白色),可以定为...
分类:移动开发   时间:2014-07-30 11:39:13    阅读次数:196
SpringMVC REST 风格静态资源访问配置
1 在web.xml中使用默认servlet处理静态资源,缺点是如果静态资源过多,则配置量会比较大,一旦有遗漏,则会造成资源无法正常显示或404错误。 default *.jpg default *.png ...
分类:编程语言   时间:2014-07-30 00:25:32    阅读次数:263
yourphp问题中心
1.前台读不出字段。数据库列表有的,但前台就适读不出来。2.浏览次数+1与+2的问题浏览+2注册浏览+1注册3.决定模板的Default 还是new?Yourphp\Conf\Service\config.php 中的'DEFAULT_THEME' => 'Default',4.a.产品的pics多...
分类:Web程序   时间:2014-07-29 21:00:32    阅读次数:540
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!