准备新的feature1分支,继续我们的新分支开发:$ git checkout -b feature1Switched to a new branch 'feature1'修改readme.txt最后一行,改为:Creating a new branch is quick AND simple.在...
分类:
其他好文 时间:
2015-05-20 18:04:26
阅读次数:
103
某个大神写的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
原文:http://antonym.org/2009/05/threading-with-boost---part-i-creating-threads.htmlboost库中thread的用法官方文档写的不是特别清楚, 这篇文章给出了比较清晰的介绍和例子.Threading with Boost ...
分类:
其他好文 时间:
2015-05-19 10:16:37
阅读次数:
147
分组的类型-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
What is it?backgorund:an archive file (.a) is similar as .lib compared to Winodws. it simply contains object files. Creating an archive file is not "l...
分类:
其他好文 时间:
2015-05-18 20:08:50
阅读次数:
124
Extend the scope of the Code Snippet library by creating custom snippets. The Code Snippet library provides a number of useful standard snippets. You ...
分类:
其他好文 时间:
2015-05-18 18:10:12
阅读次数:
117