摘要:
function timeFormatter(value) { var da = new Date(parseInt(value.replace("/Date(", "").replace(")/" , "").split( "+")[0])); return da.getFullYear() + 阅读全文
摘要:
所有外包项目威客网站列表 来自程序员接私活网qxj.me 猪八戒 http://www.zhubajie.com/ 有佣金,建议别去坑死了 csto http://www.csto.com/ 开源中国众包 https://zb.oschina.net/ 程序员接私活网 http://www.qxj. 阅读全文
摘要:
官方下载ngrok cmd进入ngrok.exe目录执行下面命令3级域名邦定本地项目ngrok -config=ngrok.cfg -subdomain lwp 8080说明:xxx 是你自定义的域名前缀,最后的域名为 "lwp.tunnel.qydev.com" 阅读全文
摘要:
1.关闭oracle所有的服务。可以在windows的服务管理器中关闭; 2.打开注册表:regedit 打开路径:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ 删除该路径下的所有以oracle开始的服务名称,这个键是标识Oracle在w 阅读全文
摘要:
SqlServer 分页语句 select StuID ,StuNo,StuName,Age,Sex, ClassName ClassName from (select *, row_number() over (order by StuID asc) as number from StudentI 阅读全文
摘要:
select count(distinct user_id) from bidproduct 阅读全文
摘要:
function timeFormatter(value) { var da = new Date(parseInt(value.replace("/Date(", "").replace(")/", "").split("+")[0])); retur... 阅读全文
摘要:
1、DOS登录1.1、sqlplus 输入用户名、密码1.2、sqlplus /nologconn 用户名/密码@ip地址/数据库名称 [如果是sys登录则必须加上as sysdba ,as sysoper]conn system/orcl@orclconn system/orcl@192.168.... 阅读全文
摘要:
Pwd = FormsAuthentication.HashPasswordForStoringInConfigFile(entity.Pwd, "MD5");Pwd = FormsAuthentication.HashPasswordForStoringInConfigFile(entity.Pw... 阅读全文