`
raojl
  • 浏览: 204813 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
ps -efL | grep program | wc -l    
如果不适用autoscan 和automake 工具,管理一些已存在工程,特别是刚进公司。 转自http://www.ugrad.cs.ubc.ca/~cs219/CourseNotes/Make/multMake.html 注意 1.hollylib gms cmu不能未当前存在目录。 2.注意工程依赖。   #Project main makefile # author raojl.2011.7.13 # version .5.0 PROG = HollyContact TRGTS = hollylib gms cmu $(PROG): $(TRGTS) ...

freepbx中文包

    博客分类:
  • voip
缺省安装的FreePbx,虽然带有汉语语言包,但是在语言选项中并没有中文选项,需要动手添加。 1.首先找到 /var/www/html/admin/views/freepbx_admin.php文件。 2.用vi等文本编辑工具打开上面的php文件,找到lang这个下拉框的代码,添加如下代码: <option value="zh_CN" <?php echo ($_COOKIE['lang']=="zh_CN" ? "selected" : "")?> >Chinese</op ...

linux shell笔记

1、> file 前面没有命令,shell会创建一个空文件(长度为0个字符),如果文件以前已经存在,其内容就会丢失。 2、一行中可以键入多条命令,命令之间用分好分隔。 3、如果在键入的命令之后跟一个&符号,该命令就发送到后台执行,也就是说,该命令不再占住终端,可以继续处理其他工作。 4、$字符是shell的特殊字符,如果$后跟一个合法的变量名,shell会把它当作在此处用变量所存储的值来替换的指令。表达式可以写为$((expression))。 5、shell变量$#,里面存的是命令行中所键入的参数个数。 6、$*可以引用传递给程序的所有的参 ...
  #!/bin/sh #set var ALL=false HELP=false FILE=false CONFIG=0 while getopts ahf:c: OPTION do case $OPTION in a)ALL=true echo "ALLL is $ALL" ;; h)HELP=true echo "HELP is $HELP" ;; f)FILE=true echo "FILE is $FILE" ;; c)CONFIG=$OPTARG ...
什么书我会用一生去翻阅?思考了一番,我的答案是数学和英语,数学实现现代化,英语接近国际化。  
  ngrep ### capture all SIP packages on 5060 on all interfaces ngrep -W byline -td any . port 5060 ### capture all SIP packages containing 'username' on port 5060 on all interfaces ngrep -W byline -tqd any username port 5060
摘自http://www.opensips.org/Resources/DocsTools,opensips学习。 m4 Included on most Linuxes. This is a simple way to set up and use separate parameter files or even a good way of accomplishing INCLUDE's in your configs. Example of usage is provided by Iñaki Baz Castillo; I strongly recommend you to use ...
衣物管理 ----------------------------- 1、春香秋冬分类管理 2、根据天气、潮流自动选择穿着 3、能够自动学习识别,并能够在google找到同类图片。 4、语音报读提醒功能     -------------有的话第一时间告诉我啊!??????
http://svnbook.red-bean.com/en/1.0/ch07s03.html ---------------------------------------------------------------------- svn:externals.    当我们多个产品共同使用核心库时,我们需要对核心单独管理,其他业务产品依赖该库时,通过快捷目录的方式 链接核心单元库进行开发。
  systeminfo>>info.txt   start /wait msinfo32 /report info.txt    psinfo -h -s -d >>info.txt   devcon find * >>info.txt   ****************************************** psinfo psinfo是一个搜集机器软硬件信息的工具,它可以获得操作系统信息,硬 ...
class A{}; typedef int (A::*DEFINDE_P)(int); class AA : public A{ public: AA(){} int haha(){ printf("fuck\n"); } int printfA(int a){ printf("AA\n"); return 0; } }; class AB : public A{ public: AB(){} int printfB(int a){ printf("AB\n&quo ...
  1、版本编译控制(比如多项目) 2、编译校验 3、static_cast ----------------------------------------------------------   // static_check.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <string> using namespace std; namespace Loki { //////////// ...
新的起点,新的梦! ------------------------------------- 1、我要重新拾起2年前思想心态,不烦躁,有干劲,但是不能像机关枪一样扫射, 要专注,‘专注’。机关枪到shou枪的历练。   2、责任,责任,还是责任!!!!!!   3、一直再说:保重身体,任何时候!!   4、不能光想不做,思想成熟了,行动要成熟起来。  
如果skype被微软和google任何一方收购 ? ------------------------------------------------------------------------ 点一下微博就能打个电话 触个屏幕就能打个网络电话 把人与人联系在一起,就会有新的用户渠道,新的价值取向。 ------------------------------------------------------------------------ 微博呼叫服务
Global site tag (gtag.js) - Google Analytics