码迷,mamicode.com
首页 >  
搜索关键字:entry    ( 3190个结果
magento中的各种form标签
1. Text Field $fieldset->addField('title', 'text', array( 'label' => Mage::helper('form')->__('Title3'), 'class' => 'required-entry', 'required' => tr...
分类:其他好文   时间:2014-07-26 00:21:36    阅读次数:391
google host
### Host Database## localhost is used to configure the loopback interface# when the system is booting.Do not change this entry.127.0.0.1 localhost255....
分类:其他好文   时间:2014-07-24 21:47:13    阅读次数:553
链接加载文件gcc __attribute__ section
在阅读源代码的过程中,发现一个头文件有引用:/** The address of the first device table entry. */extern device_t devices[];/** The address after the last device table entry. ...
分类:其他好文   时间:2014-07-24 21:38:02    阅读次数:206
目录与文件属性——《Unix/Linux编程实践教程》读书笔记
1、ls产生一个文件名的列表,它大致是这样工作的: open directory +-> read entry - end of dir? -+ |__ display file info | close directory <--------------+ 2、目录是一种特殊...
分类:系统相关   时间:2014-07-24 10:56:24    阅读次数:332
openSUSE 12.3 默认启动项
修改默认opensuse12.3的默认启动项目(grub2)。vim /boot/grub2/grubenv里面有一条:saved_entry=openSUSE 12.3修改为saved_entry=Windows 7即可=后边的内容与grub启动界面的需要默认启动的条目一样修改默认启动等待时间:....
分类:其他好文   时间:2014-07-22 09:16:34    阅读次数:220
[MacOSX]
When i run svn up in the folder, i got these error:svn: Error converting entry in directory 'XXXXX' to UTF-8svn: Can't convert string from native enco...
分类:其他好文   时间:2014-07-19 21:20:46    阅读次数:247
定时器UNIX crontab vs Quartz
Using cron seems to add another entry point into your application, while Quartz would integrate into it. So you would be forced to deal with some inter-process communication if you wanted to pass...
分类:其他好文   时间:2014-07-19 11:11:44    阅读次数:373
不能读取 AppletViewer 的属性文件: C:\Users\Administrator\.hotjava\properties
解决方法:1.打开命令提示窗口(cmd)2.打入PolicyTool并按Enter3.在 PolicyTool对话框中,点击Add Policy Entry按钮(添加规则项目)4.点击Add Permission 按钮(添加 权限)5.点击许可下拉菜单选择 All Permission6.点击ok(...
分类:移动开发   时间:2014-07-18 13:29:50    阅读次数:295
proj-sc阶段总结
1. 使用DLL联合开发的好处: 直接扔个dll就行, 尤其是QA测试的时候. 2. 语言 : Enum 是 const ? 这样就能写出 “const == 左值” 这样的防御式编程了. 3. 设计的变动: instance : entry = n : 1, 而对于每个instance, entr...
分类:其他好文   时间:2014-07-18 08:25:12    阅读次数:214
Java Regex
Case-insensitive matching:https://blogs.oracle.com/xuemingshen/entry/case_insensitive_matching_in_java(?i) means: for ASCII case-insensitive matching:...
分类:编程语言   时间:2014-07-12 15:11:09    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!