using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
数据库 时间:
2014-06-04 17:30:04
阅读次数:
214
使用Windows集成验证,不管使用IIS还是IIS
express,当同一个域进行访问时,可能出现401错误,错误的处理办法:1. IIS(摘自MSDN的)IIS 7 was difficult for
figuring out why i was getting the 401 - Unauth...
分类:
数据库 时间:
2014-06-03 16:32:14
阅读次数:
477
来自:http://www.jb51.net/LINUXjishu/10981.html错误描述:
Mysql中添加用户之后可能出现登录时提示ERROR 1045 (28000): Access denied for
user的错误.删除user.user中值为NULL的,或更新NULL为test ...
分类:
数据库 时间:
2014-06-03 14:44:43
阅读次数:
491
【Sprite Editor】
在Unity3D中,一个图片可以有多种类型(如下图)。对于2D游戏开发,最常用的类型就是Sprite。 下图是Sprite Texture的属性,Packing
Tag用于指定packing在哪一个tag。Filter Mode指定Texture的Filter...
分类:
其他好文 时间:
2014-06-02 18:09:17
阅读次数:
311
By reducing your bookmarks to show only the
icons, you can access more of them from the Bookmarks bar. This works great for
sites with recognizable fa...
分类:
其他好文 时间:
2014-06-02 17:39:03
阅读次数:
276
在ADO.NET中,对于我们从数据库中取出的数据都要放到一个DataSet中,不管你是Access的数据库,还是SQL的数据库,或者是Oracle的数据库都要放到DataSet中。.NET中并没有提供如:SqlDataSet、OleDbDataSet、OracleDataSet等,它只提供了一种DataSet就是用SqlDataAdapte等去填充数据;为什么这一个DataSet能存放不同的数据呢...
分类:
其他好文 时间:
2014-06-02 15:17:03
阅读次数:
204
命令类型:在linux中获取命令帮助的方法大致如下:1.对于内建命令格式:helpcommand2.对于外部命令a.使用man手册  格式:mancommandb.使用info  格式:infocommandc.使用简要帮助格式:command–helpd.linux官方文档例如:https://access...
分类:
其他好文 时间:
2014-06-02 14:22:20
阅读次数:
222
在Vmwareesx/esxi中使用虚拟Lan(Vlan)时,一般是指Vlan
Trunk的使用,使用的Vlan配置还有其它三种类型:Virtual Switch Tagging(虚拟交换机标记,缩写VST)、External
SwitchTagging(外部交换机标记,缩写EST)和Vi...
分类:
其他好文 时间:
2014-06-02 13:34:23
阅读次数:
381
那你有权限查看修改服务器的php.ini吗?你查看一下服务器的php.ini找到:short_open_tag
= Off这一行,如果short_open_tag =
On,那么你就把它改成Off因为如果这个为On,就意味着运行这样的php代码:也就是说等同于所以你第一行的就被服务器认为是php代码...
分类:
Web程序 时间:
2014-06-02 11:41:38
阅读次数:
249
安装系统从光盘启动报错:出现黑屏,并且有一个提示框imagefailed to verify with
*access denied*press any key to
continue原因:三星笔记本对系统有降级保护,在将win8改装为win7是,需要设置bios。1.开机按F2 进入bios,找....
分类:
数据库 时间:
2014-06-02 06:32:46
阅读次数:
3850