码迷,mamicode.com
首页 >  
搜索关键字:acc    ( 370个结果
[SoapUI] Understanding REST Headers and Parameters
Header Field NameDescriptionExampleAcceptContent-Types that are acceptable for the responseAccept: text/plainAccept-CharsetCharacter sets that are acc...
分类:其他好文   时间:2015-06-23 17:21:23    阅读次数:135
线程同步
1.使用线程同步机制,达到先支出后收入的效果。 1 public class AccountTest{ 2 3 public static void main(String[] args){ 4 final Account acc = new Account...
分类:编程语言   时间:2015-06-12 18:59:08    阅读次数:111
A Reusable Aspect for Memory Profiling
例子:malPro.acc文件: #include size_t totalMemoryAllocated; int totalAllocationFuncCalled; int totalFreeFuncCalled...
分类:Web程序   时间:2015-06-10 11:42:39    阅读次数:121
acc文件的运行
1.method 1: use "acc">acc hello.acc world.mc gcc hello.c world.c >./a.out2.method 2: use"tacc">tacc foo.c fooac.acc>./a.out>tacc foo.c fooac.acc -o t....
分类:其他好文   时间:2015-06-09 19:22:22    阅读次数:71
Linux 设置时间同步命令
#Formoreinformationaboutthisfile,seethemanpages #ntp.conf(5),ntp_acc(5),ntp_auth(5),ntp_clock(5),ntp_misc(5),ntp_mon(5). driftfile/var/lib/ntp/drift #Permittimesynchronizationwithourtimesource,butdonot #permitthesourcetoqueryormodifytheserviceonthissystem. ..
分类:系统相关   时间:2015-06-08 19:50:25    阅读次数:191
H.264/ACC音视频编码流的RTP/RTSP传输实现(1)
目标:   实现一个用于H.264/ACC音视频编码流的RTP/RTSP传输的简单服务器,主要通过此过程学习基于RTP的NAL、ADTS码流封装技术和基于RTSP的视频交互控制技术。完整系统应该包括服务器和客户端两个部分,其中服务器负责接收客户端请求、封包以及发送音视频数据,客户端负责发送请求和接收视频数据。分别在Windows平台上和Android平台上进行网络传输实体测试,通过客户端网络流抓包...
分类:其他好文   时间:2015-06-05 10:22:25    阅读次数:220
aspectC++常用命令
常用命令:1.ag++ main.cc //在工程目录下产生编译后的exe2.ag++ main.cc --weave_only //产生.acc 纯c++文件3.ag++ main.cc --gen_config -v 9// config文件,与运行环境有关4.ag++ --help //帮助信...
分类:编程语言   时间:2015-06-04 21:05:21    阅读次数:201
Ubuntu上安装Glib
Glib被用到很多开源库中,但不知啥原因,Glib的安装并没有被整合到Ubuntu的安装源,需要自己安装。 首先下载、解压最新的版本,安装: wget?http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.45/glib-2.45.2.tar...
分类:系统相关   时间:2015-05-29 14:11:10    阅读次数:300
Ubuntu上安装Glib
Glib被用到很多开源库,但不知啥原因,Glib的安装并没有被整合到Ubuntu的安装源,需要自己安装。 首先下载、解压最新的版本,安装: wget?http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.45/glib-2.45.2.tar.x...
分类:系统相关   时间:2015-05-29 12:19:44    阅读次数:172
C++实现的json解析器
json解析后的存储形式: 小说明: 1. {   "a":1,   "b":"a' g,f'd[][{{}{}'f",   "c":["d,ed",2,{"a":1},[1,2],true,null],   "d":{"acc":1} } 2. struct TypeValue:public Value { int type; void *vpoin...
分类:编程语言   时间:2015-05-27 17:20:52    阅读次数:202
370条   上一页 1 ... 26 27 28 29 30 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!