1. Windows 键+ R,输入 shutdown.exe /r /o /f /t 002.此时电脑会自动重启,进入一下画面,选择Troubleshoot(转载请注明原处:http://www.harleygwak.com/wp-admin/post.php?post=187&action=ed...
js中使用get 的时候, ashx文件中,获取字符串 function check(id, sfsy) { $.get('/admin/ashx/check.ashx', { r: Math.random(), id: id, sfsy: escape(sfsy) }, fu...
分类:
Web程序 时间:
2014-10-20 09:51:19
阅读次数:
173
安装Django:pip install django==1.4.13确认是否安装,在python环境下:import djangodjango.get_version()安装好django,接下来创建新的django项目(注意,在命令前面不需要加‘python’):django-admin.py ...
分类:
其他好文 时间:
2014-10-20 02:00:56
阅读次数:
171
目录结构如图如示:如果用户没有通过身份验证则跳转到登录页面让用户登录,在配置文件的结点下添加如下代码: 登录的后台代码为(在这里用户名和密码都设置为admin,chkPWD:是否记住密码):首先导入命名空间:usingSystem.Web.Security;if(TextBox1.Text==".....
分类:
Web程序 时间:
2014-10-20 00:41:51
阅读次数:
232
解决:打开H:\Oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN(不同机器目录可能不同)目录下的listener.ora文件,发现此文件内容如下:#listener.oraNetworkConfigurationFile:H:\Oracle\product\1...
分类:
其他好文 时间:
2014-10-19 23:04:18
阅读次数:
310
Magento: How to reset admin psswordIf you forget your admin password for Magento and you can’t remember the email or just want quick fix you can use o...
分类:
其他好文 时间:
2014-10-19 21:17:36
阅读次数:
307
题目:给两个字符串S和T,判断T在S中出现的次数。
A subsequence of a string is a new string which is formed from the original string by deleting some (can be none) of the characters without disturbing the relative positions of the remaining characters. (ie, "ACE" is a subsequence...
分类:
其他好文 时间:
2014-10-19 17:09:51
阅读次数:
190
第一步:下载nexus-webapp-1.9.2.4.war包,然后拷贝到tomcat下的webapps目录中
第二步:启动tomcat
第三步:访问http://localhost:8080/nexus/显示如下:
第四步:点击右上角“log in”
,输入username:admin
和Password:admin123登录...
分类:
其他好文 时间:
2014-10-19 01:27:09
阅读次数:
206
This code recipe gives you an idea of how to use Flask-Admin with postgresql database....
分类:
数据库 时间:
2014-10-18 17:00:11
阅读次数:
276
因为要装pl/sql所以要查找tnsnames.ora文件。。看看怎么查这个文件在linux下的哪个目录 find / -name tnsnames.ora查到:/opt/app/oracle/product/10.2/network/admin/tnsnames.ora/opt/app/oracl...
分类:
系统相关 时间:
2014-10-18 15:17:29
阅读次数:
245