分类: 胡氏粮仓预览模式: 普通 | 列表

ifreevpn下载(附使用教程)

    转载一篇文章,常翻墙的人必备:

 VPN软件很多,这里蚊仔推荐一款免费VPN软件——ifreevpn(点击下载ifreevpn

使用方法很简单:

1、下载安装,建议安装在英文目录下。

查看更多...

分类:胡氏粮仓 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 709

MS SQL2000自动备份数据库方法

    首先,我们远程登陆服务器,先开启"SQLSERVERAGENT"服务,点击开始---程序---管理工具---服务,并在“服务”中开启

查看更多...

分类:胡氏粮仓 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 77

Dreamweaver快捷键大全

FILE菜单 
动作 快捷键 
新建文档 Control+N 
打开一个HTML文件 Control+O,或从文件管理器或Site窗口把一个文件拖到Document窗口 
在框架里打开 Control+Shift+O 
关闭 Control+W 
存盘 Control+S 
另存为 Control+Shift+S 
检查链接 Shift+F8 
退出/离开 Control+Q 

查看更多...

Tags: Dreamweaver 快捷键

分类:胡氏粮仓 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 114

关于CSS对各个浏览器兼容已经是老生常谈的问题了, 网络上的教程遍地都是.以下内容没有太多新颖, 纯属个人总结, 希望能对初学者有一定的帮助.

一、CSS HACK 

以下两种方法几乎能解决现今所有HACK.

查看更多...

分类:胡氏粮仓 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 83

VS2008出现“System.Runtime.InteropServices.COMException”错误,然后是加载不了项目。


以为是编译器出了问题,重装过仍然如此,后来咨询GOOGLE,得以下方法:

只需要打开项目配置文件*.csproj,将<UseIIS>True</UseIIS> 改为 False,然后可以正常加载项目

分类:胡氏粮仓 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 184

iwms函数调用文档

最近在研究.net新闻系统,发现还是iwms最好用。由于官方没有统一的函数调用文档,以下是收集归档:

string TopList (Int32 id,string type, string toptype,Int32 topNum,Int32 maxLength,bool showClass,bool showHits, bool showDate, bool showNew, bool showAuthor, bool remarkLink, bool alternat, int cols)
string TopList (Int32 id,string type, string toptype,Int32 topNum,Int32 maxLength,bool showClass,bool showHits, bool showDate, bool showNew, bool showAuthor, bool remarkLink, bool alternat)
string TopList (Int32 id,string type, string toptype,Int32 topNum,Int32 maxLength,bool showClass,bool showHits, bool showDate, bool showNew, bool showAuthor, bool remarkLink)
string TopList(Int32 id, string type, string toptype,Int32 topNum,Int32 maxLength,bool showClass,bool showHits, bool showDate, bool showNew, bool showAuthor)
string TopList(Int32 id, string toptype, Int32 topNum,Int32 maxLength,bool showClass,bool showHits, bool showDate, bool showNew, bool showAuthor)
string TopList (string toptype,Int32 topNum,Int32 maxLength,bool showClass,bool showHits, bool showDate, bool showNew, bool showAuthor)

查看更多...

分类:胡氏粮仓 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 152

别让FLASH遮住你的层

不会遮住层的Flash  
<!-- 不会遮住层的Flash
让Flash不档住浮动对象或层的关键属性:
<param name="wmode" value="opaque" />
<embed wmode="opaque"></embed>

查看更多...

分类:胡氏粮仓 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 274

Firefox 禁止复制 屏蔽右键代码

<script   type="text/javascript">  
  <!--  
  document.oncontextmenu=function(e){return   false;}  
  //-->  
  </script>  

查看更多...

分类:胡氏粮仓 | 固定链接 | 评论: 1 | 引用: 0 | 查看次数: 438