XAMPP安装过程不细述了,先来简单回顾一下XAMPP配置:\xampp\apache\conf\extra\httpd-vhosts.conf ServerAdmin postmaster@domain.td DocumentRoot "盘符:/路径/项目目录" ServerNa...
分类:
数据库 时间:
2015-05-20 20:24:25
阅读次数:
159
某个大神写的UI设计模式的综述类文章,笔记如下:MVC
分为两层Domain层和Presentation层,前者负责通用数据的CRUD和逻辑,后者负责展示。
对象分为两类:域(Domain)数据对象和显示数据对象。域对象与显示完全无关。
Model是内存的Bean不是SQL中的行。
数据绑定时,没有全局控制器协调多个View,而是使用Observer模式,View直接在Model中监听变化,进而更新...
分类:
其他好文 时间:
2015-05-20 13:16:29
阅读次数:
99
Git 全局设置: git config --global user.name "username" git config --global user.email "youremail@domain" 创建 git 仓库: mkdir oa cd oa git init touch README.md git add README.md git commit -m "firs...
分类:
其他好文 时间:
2015-05-20 11:34:27
阅读次数:
198
AD域中常见属性名词解释
Active Directory(AD)活动目录
schema对象模型
Organizational Unit(OU)组织单位
Distinguished name(DN)识别名
Canonical Name(CN)正式名称
Domain Controllers(DC)域控制器
displayname显示名称
homephone住宅电话 家庭电话(M)...
分类:
其他好文 时间:
2015-05-20 09:45:43
阅读次数:
1513
weblogic10.3忘记控制台密码后,需要通过一定方式重设密码,下面我做成了一个脚本
#!/bin/bash
#author:wjf
#date:2015/05/19
#经在wls1036上测试可用
v_domain_home="/weblogic/Oracle/Middleware/user_projects/domains/gyhr_domain"
#-----------------...
分类:
Web程序 时间:
2015-05-19 21:01:28
阅读次数:
135
分组的类型-GGrainsglob匹配//比如:G@os:Ubuntu-EPCREMinionid匹配//比如:E@web\d+\.(dev|qa|prod)\.loc-PGrainsPCRE匹配//比如:P@os:(RedHat|Fedora|CentOS)-Lminions列表//比如:L@minion1.example.com,minion3.domain.comorbl*.domain.com-IPillarglob匹配//比如:I@pdat..
分类:
其他好文 时间:
2015-05-19 07:16:59
阅读次数:
162
#!/usr/bin/lua--Author:jncheng--Version:20150518--Getthesomevariabledomain=session:getVariable("domain_name")dest_exten=session:getVariable("destination_number")--ConnecttheFreeSWITCHCoredatabaselocaldbh=freeswitch.Dbh("odbc://fs:fs:123qwe")freeswitch.conso..
分类:
其他好文 时间:
2015-05-18 21:03:54
阅读次数:
300
360更新补丁后,网站就打不开aspx文件了,后来一查是framework2.0的KB2844285这个补丁引起的。把它卸载掉就ok了!
分类:
移动开发 时间:
2015-05-17 23:16:10
阅读次数:
336
未找到应用程序的aps-environment的权利字符串 获取deviceToken的时候,应用程序报出下面的错误:Error in registration. Error: Error Domain=NSCocoaErrorDomain Code=3000 "未找到应用程序的“aps-e...
分类:
其他好文 时间:
2015-05-17 20:05:15
阅读次数:
106
服务器端操作Cookie,主要注意会使用以下三个类:HttpCookie,HttpResponse,HttpRequest关于HttpCookie:属性描述例子Domain获取或设置与此Cookie关联的域Expires获取或设置域的过期时间HasKeys获取一个值,通过该值指示Cookie是否具有...
分类:
其他好文 时间:
2015-05-17 15:13:42
阅读次数:
110