码迷,mamicode.com
首页 >  
搜索关键字:admin site    ( 13927个结果
bobowindow.location.hash 属性使用说明
location是javascript里边管理地址栏的内置对象,比如location.href就管理页面的url,用location.href=url就可以直接将页面重定向url。而location.hash则可以用来获取或设置页面的标签值。比如http://domain/#admin的locati...
分类:Windows程序   时间:2014-07-09 18:18:30    阅读次数:208
linux发送邮件的功能总结
今天添加了发送邮件的功能,总结一下,供以后参考:1、直接使用管道发送邮件echo "hello,this is the content of mail.welcome to www.mzone.cc" | mail -s "Hello from mzone.cc by pipe" admin@qun...
分类:系统相关   时间:2014-07-09 14:03:32    阅读次数:200
账户登录简版
static void Main(string[] args) { const string UN = "admin"; const string PW = "123456"; string usename, password; int i=0; while (i 3) { Console....
分类:其他好文   时间:2014-07-09 13:42:30    阅读次数:172
Powershell 功能函数大全(Sharepoint 2013/2010)
1. Poweshell 对 Site Column的完整操作 2. Powershell 对 Content Type的完整操作 3. Powershell 对 List 的完整操作 4. Powershell 对 Web Part(页面)操作 5. Powershell 对 Security Group操作...
分类:其他好文   时间:2014-07-09 12:29:39    阅读次数:372
Qlogic FC存储交换机cmd配置方法
1. 登陆交换机:telnet 10.0.0.1 2. 输入用户名,密码:admin password 3. 切换到admin模式: admin start 4. 切换到zoneset编辑模式:zoning edit 5. 新建zone,例如新建四个zone: SANbox (admin-zoning) #> zone create a-clu1 SANbox (admin-zoning) #> zone create a-clu1-2...
分类:其他好文   时间:2014-07-09 11:01:05    阅读次数:209
DBS:同学录
ylbtech-DatabaseDesgin:ylbtech-cnblogs(博客园)-数据库设计-2,Admin(用户后台)DatabaseName:同学录Model:Type:Url:1.A,数据库关系图(Database Diagram) 返回顶部1.B,数据库设计脚本(Database De...
分类:数据库   时间:2014-07-08 22:37:39    阅读次数:304
查看某网站用何web
查看一个网站用的什么web服务器http://uptime.netcraft.com/up/graph?site=www.aa.com将www.aa.com替换成想查询的网站即可。
分类:Web程序   时间:2014-07-08 12:19:01    阅读次数:137
How to Get Rid of /wordpress/ From your WordPress Site URL
How to Get Rid of /wordpress/ From your WordPress Site URL
分类:其他好文   时间:2014-07-08 11:51:33    阅读次数:156
设置SQL*Plus 的AUTOTRACE
AUTOTRACE 是SQL*Plus 中一个工具,可以显示所执行查询的解释计划(explain plan)以及所用的资源。这本书中大量使用了AUTOTRACE 工具。配置AUTOTRACE 的方法不止一种,以下是我采用的方法:(1)cd [ORACLE_HOME]/rdbms/admin;(2)作...
分类:数据库   时间:2014-07-08 11:29:43    阅读次数:215
开源 免费 java CMS - FreeCMS1.9 移动APP生成栏目列表数据
项目地址:http://www.freeteam.cn/ 生成栏目列表数据 提取当前管理站点下允许移动APP访问的栏目列表,生成json数据到/site/站点目录/mobile/channels.html页面。 从左侧管理菜单点击生成栏目列表数据进入。   点击确定即可。...
分类:移动开发   时间:2014-07-08 11:03:13    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!