-
无"文明"的Web开发人员才会相信的10个教训
无"文化"的Web开发人员才会相信的10个教训 1.Firefox和Chrome占据了91%的市场份额 印尼人可能会使用FireFox和Chrome。这是直接从StatCounter来的统计数据,但全球范围内Chrome只比IE高了几个点而已,因此还是根据你的客户来设计吧。 2.8/7(7月8号)总会先于7/8(8月7号) 这是我们的共识,大部分人使用dd/mm,而只有少数国家...
347
热度 -
EXT 大局状态管理器Ext.state.Manager.setProvider(new Ext.state.CookieProvider())
EXT全局状态管理器Ext.state.Manager.setProvider(newExt.state.CookieProvider()) Ext.state.Manager.setProvider(newExt.state.CookieProvider()); ????????/*Thisistheglobalstatemanager.Bydefaultallcomponentsthatare...
674
热度 -
JavaScript Patterns 读书笔记(2)
JavaScriptPatterns读书笔记(二) 二.Object ObjectConstructorCatch??YouhavenoreasontousethenewObject()constructorwhenyoucanuseanobjectliteral,butyoumightbeinheritinglegacycodewrittenbyothers,soyoushouldbeawar...
639
热度 -
3d成效显示文字
3d效果显示文字 <?xmlversion="1.0"encoding="utf-8"?> <!--created:Sep28,2010file:StateDemo1.mxmlauthor:Michael--> <s:Applicationxmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.ad...
291
热度 -
回复weblogic密码
恢复weblogic密码 Issue:Administratorpasswordwaschangedandnooneknowswhatitis.Solution:Asthereisnoproceduretooverridetheuserid'spassword,youhavetocreateanewadministratoruseridanduseittostartWebLogic.Followi...
106
热度 -
问大侠们一个linux下 smarty模板加载fckeditor 的问,该怎么处理
问大侠们一个linux下smarty模板加载fckeditor的问我用的是linux的ubuntun版本加载以后尽然报了一个ForbiddenYoudon'thavepermissiontoaccess/sportsLeague/admin/fck/FCKeditor/editor/fckeditor.htmlonthisserver.Apache/2.2.17(Ubuntu)Serveratlo...
175
热度 -
除了codeigniter地址中的index.php
去掉codeigniter地址中的index.php 版本:CodeIgniter_2.0.1 希望CI应用的URL不包含index.php 例如:http://www.example.com/index.php/product/712 希望变成这样http://www.example.com/product/712 这样url更漂亮,也许这样seo更友好,通过urlrewrite就可以实现 只需...
388
热度 -
看PHP手册,有段话不太理解解决思路
看PHP手册,有段话不太理解在介绍list时候,给出了如下warning:list()assignsthevaluesstartingwiththeright-mostparameter.Ifyouareusingplainvariables,youdon'thavetoworryaboutthis.Butifyouareusingarrayswithindicesyouusuallyexpect...
129
热度 -
做程序员和吸毒哪个更惨?解决方案
做程序员和吸毒哪个更惨?做程序员和吸毒哪个更惨?color='#e78608'>------解决方案--------------------程序员color='#e78608'>------解决方案--------------------吸毒有过一阵快感!哈哈程序员不知道刚刚刚做了没多久color='#e78608'>------解决方案--------------------一个不花钱,不害人死...
99
热度 -
关于编码的一段程序理解,该怎么处理
关于编码的一段程序理解functionmyurlencode(str){len=str.length;res=newString();charOrd=newNumber();for(i=0;i<len;i++){charOrd=str.charCodeAt(i);if((charOrd>=65&&charOrd<=90)||(charOrd>=97&...
37
热度 -
请问关于 arguments 的有关问题
请教关于arguments的问题?//Returnastandalonefunctionthatinvokesthefunctionfasamethodof//theobjecto.Thisisusefulwhenyouneedtopassamethodtoafunction.//Ifyoudon'tbindittoitsobject,theassociationwillbelostand...
399
热度 -
在 linux 用什么代替 windows 里的 new ActiveXObject('Microsoft XMLDOM')?该如何解决
在linux用什么代替windows里的newActiveXObject('MicrosoftXMLDOM')?ncolor='#e78608'>------解决方案--------------------/***CreateanewDocumentobject.Ifnoargumentsarespecified,*thedocumentwillbeempty.Ifaroottagisspecif...
442
热度 -
eclipse又报错了,求各位快来看看,看看有什么解决方法
eclipse又报错了,求各位大虾快来看看,看看有什么解决办法昨天还是好好的,今天一打开,代码就一大堆错误,基本上都是提示....cannotberesolvedtoatype,但是很奇怪,我把java文件关掉,重新再打开,错误又没了,一开始是弹出一个错误框,AndroidSDK:Resolvingerrormarkers网上的说法是这样的://Insomecases,theworkspacema...
78
热度 -
(散分)请教:oracle7和9i中怎么删除表空间(多个数据文件)中的一个数据文件
(散分)请问:oracle7和9i中如何删除表空间(多个数据文件)中的一个数据文件?请问:oracle7和9i中如何删除表空间(多个数据文件)中的一个数据文件?color='#e78608'>------解决方案--------------------IfyouarerunninginArchivelogmode1.mountthedatabase-startupmount2.dropthedat...
75
热度 -
oracle 存储过程有关问题
oracle存储过程问题oracle的存储过程、触发器、游标等等都看了好多教程,现在呢也能分别写一些应用。但是一遇到复杂的,比如存储过程调用游标就有点傻眼了。谁能有好的建议。color='#e78608'>------解决方案--------------------哪里傻眼了?color='#e78608'>------解决方案--------------------参照示例,多写几个就熟练了co...
52
热度 -
jstl与el表达式有关问题
jstl与el表达式问题后台有n个listMap<String,Object>resultMap=newHashMap<String,Object>();第一个List<Category>categoryList=dao.getCateory();resultMap.put("categoryList",categoryList);for(Categorycat...
27
热度 -
Ubuntu 12.04 装配Xdebug 和 配置eclipse
Ubuntu12.04安装Xdebug和配置eclipseRequirements:-LAMPalreadyinstalled-Eclipse-phpalreadyinstalledServerconfiguration:-Openaterminal-run:sudoapt-getinstallphp5-xdebug-run:sudonano/etc/php5/conf.d/xdebug.ini-...
319
热度 -
新手问一个ipad上显示图片的有关问题
新手问一个ipad上显示图片的问题-(UIViewController*)pageAtIndex:(NSUInteger)index{PageViewController*pageTemplate=[[PageViewControlleralloc]init];[[pageTemplateview]setFrame:pageFrame];[pageTemplatesetParentControll...
65
热度 -
新手问一个ipad下显示图片的有关问题
新手问一个ipad上显示图片的问题-(UIViewController*)pageAtIndex:(NSUInteger)index{PageViewController*pageTemplate=[[PageViewControlleralloc]init];[[pageTemplateview]setFrame:pageFrame];[pageTemplatesetParentControll...
54
热度 -
求救:界面中显示数据库的一个表格解决方案
求救:界面中显示数据库的一个表格大家帮我看看在一个界面中显示数据库的一个表格的代码是参照help写的:QSqlDatabasedb=QSqlDatabase::database("QCarPark");if(!db.open()){qDebug()<<"dbnotopem";return;}model=newQSqlTableModel(this...
278
热度