码迷,mamicode.com
首页 > 其他好文 > 日排行
cocos2d-x 2.2 移植wp8遇到的坑
这两天正在将之前的一款cocos2d游戏,移植到wp平台上,这里记录一下所遇到的问题以及解决方法。我是用的cocos2d下面的例子程序进行修改的。遇到的第一个问题是资源路径的问题,当时我把解决方案下面的Assert删除后自己又新建了Resources目录,但是导入资源时选择了与Classes同级目录...
分类:其他好文   时间:2014-05-26 15:23:31    阅读次数:521
为11.2.0.2 Grid Infrastructure添加节点
转自:http://www.askmaclean.com/archives/add-node-to-11-2-0-2-grid-infrastructure.html在之前的文章中我介绍了为10g RAC Cluster添加节点的具体步骤。在11gr2中Oracle CRS升级为Grid Infra...
分类:其他好文   时间:2014-05-26 15:22:31    阅读次数:335
MS对WCF配置中security节点的解释
摘录地址:http://msdn.microsoft.com/zh-CN/library/azure/ms731347 的 .NET Framework 4.5其他版本此主题尚未评级-评价此主题定义的安全功能。 特性和元素以下几节描述了特性、子元素和父元素特性特性说明mode可选项。指定所...
分类:其他好文   时间:2014-05-26 15:21:50    阅读次数:340
Parcel
1.解决方案 Parcel parcel = Parcel.obtain(); parcel.writeInt(1); parcel.writeInt(2); parcel.writeInt(3); //不调用pa...
分类:其他好文   时间:2014-05-26 15:22:11    阅读次数:302
default listener is not configured in grid infrastructure home
Oracle Restart enable database creation requries Default listener configured and running in Grid Infrastructure home,Use NETCA in Grid Infrastructure ...
分类:其他好文   时间:2014-05-26 15:21:07    阅读次数:276
rock crushing machine for sale
Topics CoveredIntroductionPhase Identification of Lithium and Manganese OresQuantification of Heavy Mineral SandsRietveld methodQuantification of Phas...
分类:其他好文   时间:2014-05-26 15:21:29    阅读次数:223
JFreeChart时间轴固定24小时每天刷新
Timeseries时间轴,设置x轴固定长度24小时xAxis.setFixedAutoRange(3600000 * 2D),再画出当天24点这一点Date day = new Date(); day.setHours(23); day.setMinutes(59); Mi...
分类:其他好文   时间:2014-05-26 15:20:52    阅读次数:317
datatable动态添加,及填充数据
DataTable tblDatas = new DataTable("Datas"); tblDatas.Columns.Add("ID", Type.GetType("System.Int32")); tblDatas.Columns[0].AutoIncremen...
分类:其他好文   时间:2014-05-26 15:20:10    阅读次数:239
流式布局
流式布局,就是用百分比设置宽度的布局形式目标宽度/上下文宽度=值无标题文档 解决办法:使用CSS3中的box-sizing属性(IE8开始兼容了),这个属性用来规定,CSS中出现的width值是谁的宽度?无标题文档 这个属性在流式布局中特别常用无标...
分类:其他好文   时间:2014-05-26 15:19:26    阅读次数:286
学习
webstuffshare.com/demo/CubeInformation/index.htmlhttp://www.w3cplus.com/demo/419.html
分类:其他好文   时间:2014-05-26 15:19:11    阅读次数:186
避免Block中的强引用环
【避免Block中的强引用环】 In manual reference counting mode, __block id x; has the effect of not retaining x. In ARC mode, __block id x; defaults to retaining ....
分类:其他好文   时间:2014-05-26 15:18:44    阅读次数:219
一些好用的网址
MATLAB程序http://www.cnblogs.com/tiandsp/category/348031.html2013计算机视觉代码合集http://www.yuanyong.org/cv/cv-code-one.html
分类:其他好文   时间:2014-05-26 15:18:00    阅读次数:222
JBOSS尝鲜
环境搭建:1. jdk-6u16-windows-i586.exe2. jboss-5.1.0.GA-jdk6.zipJDK安装:安装过程很简单,应该都知道怎么安装软件。。。。安装完JDK后,需要做如下配置:我的电脑->属性->高级->环境变量,在 系统变量 中点击新建下面二项:1. 名:JAVA_...
分类:其他好文   时间:2014-05-26 15:16:21    阅读次数:337
被小伙伴们吓哭了:可怕的命令
备份是王道。备份的可恢复性检查是王道中的王道。保持清醒(严禁饮酒操作¥%#^)。遇事冷静。
分类:其他好文   时间:2014-05-26 15:15:23    阅读次数:216
Problem B Back to High School Physics
Problem B Back to High School Physics Input: standard input Output: standard output A particle has initial velocity and constant acceleration. If its ...
分类:其他好文   时间:2014-05-26 15:14:39    阅读次数:221
百度地图是用过程笔记
记忆力不行,做过好多东西,下次用的时候还会忘记,于是就记录一些,为了以后更快的入手:1.marker的点击事件中获取marker的信息 在函数中this就代表当前的markerthis.getPosition()就获取到了marker的位置,不能用e.point 这个是点击的位置。
分类:其他好文   时间:2014-05-26 15:14:03    阅读次数:195
poj 2288 Islands and Bridges_状态压缩dp_哈密尔顿回路问题
题目链接题目描写叙述:哈密尔顿路问题。n个点,每个点有权值,设哈密尔顿路为 C1C2...Cn,Ci的权值为Vi,一条哈密尔顿路的值分为三部分计算:1.每个点的权值之和2.对于图中的每一条CiCi+1,加上Vi*Vi+13.对于路径中的连续三个点:CiCi+1Ci+2,若在图中,三点构成三角形,则要...
分类:其他好文   时间:2014-05-26 15:14:18    阅读次数:192
判断闰年(go语言版本)
1 import "strconv" 2 3 func IsLeapYear(y string) bool { //y == 2000, 2004 4 //判断是否为闰年 5 year, _ := strconv.Atoi(y) 6 if year%4 == 0 && y...
分类:其他好文   时间:2014-05-26 15:12:52    阅读次数:230
poj 3253 -- Fence Repair
Fence RepairTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 24252Accepted: 7766DescriptionFarmer John wants to repair a small length of the f...
分类:其他好文   时间:2014-05-26 15:12:15    阅读次数:193
vctools\vc7libs\ship\atlmfc\include\afxcmn.inl Line: 206 解决办法
vctools\vc7libs\ship\atlmfc\include\afxcmn.inl Line: 206 解决办法Visual C++ Debugging:Step by Step IntroductionQ:I have this piece of code that crashes wh...
分类:其他好文   时间:2014-05-26 15:12:30    阅读次数:2194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!