VS2010 创建 C++, Win32 DLL工程C-TEST。Stdafx.h中,在之后
添加引用。#include #include C-TEST.cpp// C-TEST.cpp : Defines the exported functions
for the DLL application...
分类:
编程语言 时间:
2014-05-16 18:34:22
阅读次数:
408
综述,我们这里列出的application
server应用服务器,主要是对servlet和JSP提供了良好的支持;[resin][Tomcat][jboss]community.jboss.org
yum install java-1.6.0-openjdk-develwget http://do...
分类:
移动开发 时间:
2014-05-16 18:15:59
阅读次数:
317
用过AJAX的朋友肯定知道javascript是使用UTF-8国际编码,即每个汉字用3个字节来存储,但是这就造成了用AJAX来send数据的时候出现乱码。有一种解决办法就是使用encodeURIComponent加上修改Content-Type为application/x-www-form-urle...
分类:
其他好文 时间:
2014-05-16 09:45:00
阅读次数:
361
想通过main()函数传递参数,先重载下面的OnStartup() public
partial class App : Application { public static string args0; protected override
void OnStar...
分类:
其他好文 时间:
2014-05-16 09:01:55
阅读次数:
561
1:what is computer networks? network core
:routers 和 network of networks2:各个层次的点Application Layer 应用层 HTTP 、file transfer
:FTP、电子邮件、DNS、P2P app...
分类:
其他好文 时间:
2014-05-16 06:51:19
阅读次数:
259
在大并发的场合,当cache失效时,大量并发同时取不到cache,会同一瞬间去访问db并回设cache,可能会给系统带来潜在的超负荷风险。解决方法方法一在load
db之前先add一个mutex key, mutex key add成功之后再去做加载db, 如果add失败则sleep之后重试读取原c...
分类:
其他好文 时间:
2014-05-16 05:51:05
阅读次数:
343
题目: Design and implement a data structure for Least
Recently Used (LRU) cache. It should support the following operations:getandset.
get(key)- Get ...
分类:
其他好文 时间:
2014-05-16 05:42:29
阅读次数:
280
ViewModel:public abstract class ViewModel :
ViewModel where TView : IView
分类:
移动开发 时间:
2014-05-16 05:28:25
阅读次数:
266
Win32 Application和Win32 Console Application
都是工作在32位Windows环境的程序。其中Win32 Application
就是普通的常见的窗口应用程序,当然有的界面做得比较个性化,比如圆形的、不规则形状的…… 它们都是所谓的GUI(Graphics U...
分类:
移动开发 时间:
2014-05-15 16:09:42
阅读次数:
436
第五章 SGA其他缓存区调整一、redo log buffer1、redo log
的功能1)Sever 进程在buffer cache修改数据块后,Oracle提倡‘先记后写’,对修改的数据块的改变生成log
entries(日志条目),将日志条目按顺序写入log buffer;而对于脏块 先.....
分类:
其他好文 时间:
2014-05-14 09:52:54
阅读次数:
276