码迷,mamicode.com
首页 >  
搜索关键字:swtch default    ( 18303个结果
Rails 添加css javascript 结合easyui
'redmine_standard' %> 'redmine_standard' %> 'jquery-easyui-1.3.6/themes/default' %> 'jquery-easyui-1.3.6/themes' %> 'jquery-easyui-1.3.6' %> 'jquery-....
分类:编程语言   时间:2014-07-07 17:38:39    阅读次数:394
vml 在IE8 不显示的问题, Group不能用等问题.
IE8 不显示的问题: 1. 不要使用全局选择符*对VML元素添加样式。 v\:*{behavior:url(#default#VML)} 需要修改为: v\:shape{b ehavior:url(#default#VML)} 你使用了哪些VML元素就要添加相应的样式规则 ...
分类:其他好文   时间:2014-07-01 00:13:16    阅读次数:271
如何禁止C++ 类支持拷贝
如何禁止C++ 类支持拷贝 C++ 编译器默默地为你做了不少工作 当你写下 class Empty {}; //其实等价于 class Empty { public: Empty() { ... } //default constructor Empty(const Empty &rhs) { ... } //copy constructor ~Empty() { ......
分类:编程语言   时间:2014-06-30 18:47:21    阅读次数:225
JFreeChar应用
eclipse创建web项目引入jar包在web.xml中配置DisplayChart JFreeChartDemo index.html index.htm index.jsp default.html defau...
分类:其他好文   时间:2014-06-30 13:41:29    阅读次数:181
Music player on Linux system for classical music: Audacious
The default music player on Debian 7.0 is Rhythmbox. At the first look, its appearance seems not so bad. Although it has the problem of displaying Chi...
分类:系统相关   时间:2014-06-30 13:15:51    阅读次数:406
Struts2整合JFreeChar
1,导入struts2开发的jar包和struts2-jfreechart-plugin-2.3.16.3.jar2,web.xml配置 Struts2JFreeChart index.html index.htm index.jsp default.html d...
分类:其他好文   时间:2014-06-30 12:32:51    阅读次数:219
struts----常量总结
Struts2提供了大量的常量来来帮助开发者快速进行应用开发,比如编码设置,开发模式设置,本地编码设置,国际化处理等. 而Struts2的常量属性是在struts2-core-2.x.x.x/org/apache/struts2/default.properties文件内,其内容为: # $Id: default.properties 1419061 2012-12-09 18:09:19Z ...
分类:其他好文   时间:2014-06-30 09:15:48    阅读次数:198
使用Heroku,需要将locale设置为zh_CN,而不是zh-CN
使用Heroku,需要将locale设置为zh_CN,而不是zh-CN 我想大概是因为在application.rb中,config.i18n.default_locale默认接受的值是Symbol, 而当我们用zh-CN的时候,不得不用双引号括起来, 但是实际Rails读取的时候,可能直接使用 :zh-CN这样的标志,所以会出现以下错误提示 ActionView::Template::Er...
分类:其他好文   时间:2014-06-29 22:46:25    阅读次数:312
[转] Barriers, Caches, Filesystems
Barriers, Caches, Filesystems http://monolight.cc/2011/06/barriers-caches-filesystems/ With the recent proliferation of ext4 as the new “default” Linu...
分类:其他好文   时间:2014-06-29 19:44:52    阅读次数:667
Enable indexing LibreOffice files on Win 7
By default, Windows 7 index service will not go into LibreOffice files to search their contents. This can be enabled by installing a plugin at IFilter...
分类:Windows程序   时间:2014-06-29 19:35:38    阅读次数:482
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!