摘要: Fineui 免+收费,类似EasyUI http://fineui.com/ Fineui 免+收费,类似EasyUI http://fineui.com/ Amaze UI 对IE10以下支持不好,偏向移动端的 http://amazeui.org/ http://amazeui.org/ Ad 阅读全文
posted @ 2017-02-06 09:19 txworld 阅读(556) 评论(0) 推荐(1)
摘要: {field:'filed1',title:'字段1',width:100,align:'center', formatter:function(value){ if(value==0) return '正常'; else return '不正常'; }} 阅读全文
posted @ 2017-02-06 09:15 txworld 阅读(182) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/happymagic/article/details/6775415http://bbs.csdn.net/topics/300079273 <location path="UploadFiles/PublicFiles"> <system.web> <au 阅读全文
posted @ 2017-02-06 09:14 txworld 阅读(317) 评论(0) 推荐(0)
摘要: string domainName = "http://" + Request.ServerVariables["Http_Host"]; 阅读全文
posted @ 2017-02-06 09:13 txworld 阅读(144) 评论(0) 推荐(0)
摘要: SELECT tablespace_name, file_id, file_name, round(bytes / (1024 * 1024), 0) total_space FROM dba_data_files ORDER BY tablespace_name; 阅读全文
posted @ 2017-02-06 09:12 txworld 阅读(533) 评论(0) 推荐(0)
摘要: --查询数据库可用目录(导入导出数据库时可用)SELECT * FROM dba_directories;--查询表空间select tablespace_name,file_id,bytes/1024/1024,file_name from dba_data_files order by file 阅读全文
posted @ 2017-02-06 09:11 txworld 阅读(186) 评论(0) 推荐(0)
摘要: 1、CSS边框 阅读全文
posted @ 2017-02-06 09:08 txworld 阅读(1400) 评论(0) 推荐(0)