摘要: <div class="newsTabTitle"> <ul> <li class="TabHover"><a href="?cat=5" style="color:#014E90"><b>集团新闻</b></a></li> <li><a href="?cat=6" style="color:#515151;"><b>媒体聚焦</b> 阅读全文
posted @ 2012-03-29 11:18 HTL 阅读(439) 评论(0) 推荐(0)
摘要: 登陆到后台 将撰写文章时不使用可视化编辑器的选择去掉 阅读全文
posted @ 2012-03-21 10:06 HTL 阅读(2160) 评论(0) 推荐(0)
摘要: 用文本编辑器打开wp-includes/query.php,先将$search .= "{$searchand}(($wpdb->posts.post_title LIKE '{$n}{$term}{$n}') OR ($wpdb->posts.post_content LIKE '{$n}{$term}{$n}'))";替换成$search .= "{$searchand}(($wpdb->posts.post_title LIKE '{$n}{$term}{$n}'))";http:/ 阅读全文
posted @ 2012-03-20 11:46 HTL 阅读(1298) 评论(0) 推荐(0)
摘要: <SCRIPT type=text/javascript src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></SCRIPT>/*无法从Google加载,从本地加载*/<script>!window.jQuery && document.write('<SCRIPT src="/js/jquery-1.4.3.min.js"><\/SCRIPT>');</script> 阅读全文
posted @ 2012-03-20 11:39 HTL 阅读(193) 评论(0) 推荐(0)
摘要: exec sp_MSforeachtable "exec sp_spaceused '?'" 阅读全文
posted @ 2012-02-20 16:04 HTL 阅读(790) 评论(0) 推荐(0)
摘要: 2009年8月28日 昨晚我宿舍的舍友跟我讲,我们要是能将每天遇到的问题跟解决方法,总结一下做个记录,那不是挺好的; 我也觉得有道理,所以就开始记录一下: 今天第一个问题: "未能加载文件或程序集“XXX”或它的某一个依赖项。系统找不到指定的文件。" 网上找了一下,方法如下: 很明显,缺少DLL文件,可能原因 1。DLL文件名与加载时的DLL文件名不一致, 2.DLL文件根本不存在,即出现丢失情况, 3.加载DLL路径错误,即DLL文件存在,但加载路径不正确 我查了自己项目的情况: 文件名一致,在WEB工程里面没有引用到那个程序集,我就不明白别的程序集都可以在程序启用的时候 阅读全文
posted @ 2012-01-18 09:18 HTL 阅读(540) 评论(0) 推荐(0)
摘要: dataGridViewCheckBoxColumn的TrueValue设置为0,但显示时默认还是不选中using System;using System.IO;using System.Collections.Generic;using System.Windows.Forms;public class TriValueVirtualCheckBox:Form{ DataGridView dataGridView1 = new DataGridView();const int initialSize = 5;Dictionary<int, int> store = new Dic 阅读全文
posted @ 2012-01-12 17:15 HTL 阅读(1019) 评论(0) 推荐(0)
摘要: var PinYin = {"a":"\u554a\u963f\u9515","ai":"\u57c3\u6328\u54ce\u5509\u54c0\u7691\u764c\u853c\u77ee\u827e\u788d\u7231\u9698\u8bf6\u6371\u55f3\u55cc\u5ad2\u7477\u66a7\u7839\u953f\u972d","an":"\u978d\u6c28\u5b89\u4ffa\u6309\u6697\u5cb8\u80fa\u6848 阅读全文
posted @ 2012-01-05 16:46 HTL 阅读(3181) 评论(0) 推荐(0)
摘要: <Passengers>([\s\S]*?)</Passengers> 阅读全文
posted @ 2011-12-07 16:03 HTL 阅读(1729) 评论(0) 推荐(0)
摘要: document.getElementById('id').options[document.getElementById('id').selectedIndex].text; 阅读全文
posted @ 2011-11-21 11:04 HTL 阅读(219) 评论(0) 推荐(0)
htl