在windows 7下,C:\Documents and
Settings文件夹是默认锁定的,很多时候要进入进行解除锁定,根据本人实践的经历略作介绍。
1、打计算机,进入c盘文件夹,2、分别点击“组织”→“属性”3、进入属性对话框,选择“安全”,下框中注意看一下有一项是拒绝的,主要是要改变这个设置。...
1。改表法。请使用mysql管理工具,如:SQLyog
Enterprise可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑使用mysql管理工具登入mysql后,更改
"mysql" 数据库里的 "user" 表里的 "host" 项,从"loc...
分类:
数据库 时间:
2014-05-21 21:12:21
阅读次数:
445
1. Post: http://localhost:11804/My/Commentfor
plain html parameter submission, like the GET in URL:Request Header:User-Agent:
FiddlerContent-Length: 3...
分类:
其他好文 时间:
2014-05-21 20:54:49
阅读次数:
346
DropboxSDK: unable to link; app isn't registered for correct URL scheme...
分类:
移动开发 时间:
2014-05-21 16:48:23
阅读次数:
351
jdbc
jdbc:oracle:thin:@localhost:152...
分类:
系统相关 时间:
2014-05-21 10:57:22
阅读次数:
287
Problem Description
A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between nodes satisfying the follow...
分类:
其他好文 时间:
2014-05-21 10:55:57
阅读次数:
325
如题:解决android上面java.net.UnknownHostException: Unable to resolve host "m.blog.csdn.net": No address associated with hostname的错误:
这是由于我们在开发的过程中没有给模拟器和Manifest开放网络导致的,
解决方法目前有两种:
1、android设备网络连接没打开,例如3...
分类:
移动开发 时间:
2014-05-21 06:46:02
阅读次数:
1745
本文是本人在学习网络视屏springMVC的过程中的学习笔记。
为了更便于理解我决定从实际使用的角度解释。
我们在浏览器输入地址
http://localhost:8080/springMVC6/user/data/toUser
界面如下:
此时后台是跳转到下面class的toUser方法的
package com.tgb.web.controller.an...
分类:
编程语言 时间:
2014-05-21 06:27:05
阅读次数:
295
ios系统升级到7.1后,原来在7.0下显示正常的UISearchbar现在又出现问题了。究其原因,是由于UISearchbar的subview又做修改了。floatversion
= [[[UIDevice currentDevice]systemVersion]floatValue]; if([...
分类:
移动开发 时间:
2014-05-21 04:54:46
阅读次数:
309