摘要:making-twitter-bootstrap-3-compatible-with-internet-explorer-7-and-below
阅读全文
摘要:asp.net mvc返回文件:public ActionResult ExportReflection(string accessToken) { var reflections = GetCmsReflectionList(accessToken); ...
阅读全文
摘要:$.ajx({ url: "@Url.Action("DetectCorporationCompetencyCreated", "DataBase")", data: { corporationId: rowId }, async:false, success: function (data) { ...
阅读全文
摘要:1.做demo用的http://developer.baidu.com/map/jsdemo.htmdemo代码(外部使用的话需要提供密钥):百度地图的Hello, World2.API DOC:http://developer.baidu.com/map/reference/index.php定位 http://developer.baidu.com/map/jshome.htm定位,街景等API;3.Get key:http://lbsyun.baidu.com/apiconsole/key
阅读全文
摘要:head里边加入这个会让客户端元素很大。。。宽度都是device-width,不过比较大! solution:把后边的设置去掉
阅读全文
摘要:原文参考docs.djangoproject.com, what can manage.py utility do? find here.1.Database Setup编辑settings.py文件,配置数据库,包括provider和数据库(文件路径)名称,然后保存(不确定要不要compile下)。如果为SQLite,使用此操作自动创建数据库文件(给出绝对路径名c:/blah/blah/demoDB.db,engine:'django.db.backends.sqlite3')使用:python manage.py syncdb2.设置Time Zone等默认为美国中部时间C
阅读全文
摘要:1.Install python,download python windows installerfrom http://www.python.org/download/and do installation(add evironmentvariable); when this operation complete, there is no 'Script' folder under %Python% directory.2.Google search 'ez_setup', find ez_setup.py, copy it and save as ez_s
阅读全文
摘要:原文引自codeproject site, http://www.codeproject.com/Articles/6511/Transparent-Splash-Screen1.A splash page: an initial web site page used to capture the user's attention for a short timeas a promotion or lead-in to the site home page or to tell the user anything. to have the splash page automatical
阅读全文
摘要:shared from: http://www.quirksmode.org/blog/archives/2005/12/the_ajax_respon.html1. 返回XML文档对返回的XML文档进行读取,然后插入到当前的HTML页面中。读取不方便,XSLT此时派上用场,将XML文档转换成另一种XML文档; 优点:可读性强;很多开发者已经习惯XML格式,而不是JSON数据(Saying "I'd like your server side script to return an XML document" won't cause raised eyebr
阅读全文