Error message “Assembly must be registered in isolation” when registering Plugins in Microsoft Dynamics CRM 2011解决办法:John 25 Apr 2012 9:03 AM Yes th.....
分类:
其他好文 时间:
2014-09-25 14:24:49
阅读次数:
249
today, I write code for a day ,I'm very tired,but I am very happy .Although,some problem haunt me, today is a usually day for me .I will adhere every ...
分类:
其他好文 时间:
2014-09-25 01:23:57
阅读次数:
167
//实现CarParts//实现CarParts#import@interface Tire : NSObject@end@implementation Tire-(NSString *)description{ return (@"I am a tire.I last a while.");...
分类:
其他好文 时间:
2014-09-24 23:17:57
阅读次数:
162
代码如下:str是assets下面文件的路径例如 bear.mp3 的路径就是Str = "animal/bear.mp3" ;然后利用AssetManager 读取MP3文件 用MediaPlayer播放AssetManager am = getAssets(); AssetFileDesc...
分类:
其他好文 时间:
2014-09-24 15:50:17
阅读次数:
130
一,指令的创建/*--Js code--*/var app = angular.module("superhero",[]);app.directive("superman",function(){return { restrict: "E", template: " Here I am to...
分类:
Web程序 时间:
2014-09-23 16:18:54
阅读次数:
223
题目大意:给定一个N ,m找到小于N的 对于i=1....m,满足x mod ai=bi 的 x 的数量。分析先求出 同余方程组 的最小解x0,然后 每增加lcm(a1...,am)都会存在一个解,注意必须小于N 不能等于代码:#include #include #include#include#i...
分类:
其他好文 时间:
2014-09-22 22:29:13
阅读次数:
237
//Date对象
// 从字符串中分析出时间
// var dateVal = Date.parse("November 1, 1997 10:15 AM");
// var current_time = new Date(dateVal);
// 获取系统时间的各个部分
var current_time = new Date();
var strDat...
分类:
编程语言 时间:
2014-09-21 23:05:11
阅读次数:
246
使用yum安装gcc-*、zlib-devel、openssl-devel、pcre-devel、ncurses-devel、libxml2-devel、libpng-devel、bzip2-devel、curl-devel、libjpeg-devel、freetype-devel、net-snmp-devel1.安装apr-1.4.6.tar.bz2(apache所用的一个依赖包)./configure--prefix=/usr/local/apr&am..
分类:
其他好文 时间:
2014-09-20 02:23:57
阅读次数:
403
字符数组
C++中字符数组用char str[]可以用来表示一个字符串。
(1) 数组的大小和字符串的长度。
数组的大小一定要大于字符串的长度,因为系统会自动补上一个’\0’作为字符串的结束标志。当然对于未初始化的也补’\0’.
#include
#include
using namespace std;
int main()
{
char str[11] = "I am h...
分类:
编程语言 时间:
2014-09-19 23:57:46
阅读次数:
662
AIX weblogic 启动报There is not enough buffer space for the requested socket operation 错误 ???? <Sep 19, 2014 10:27:09 AM GMT+08:00> <Error> <Coherence> <BEA-000000> <Oracle Coherence 3.6.0.4 ...
分类:
Web程序 时间:
2014-09-19 12:19:05
阅读次数:
305