码迷,mamicode.com
首页 >  
搜索关键字:unable to create symlink    ( 32242个结果
Myeclipse非正常关闭出现问题
Could not create the view: An unexpected exception was thrown.解决办法:关闭myeclipse 原来工作空间的.metadata文件夹下出现com.genuitec.eclipse.ast.deploy.core.prefs错误提示---...
分类:系统相关   时间:2014-06-28 23:10:29    阅读次数:349
二叉树基本操作续一:二叉树建立、节点数统计
在上一篇:二叉树基本操作 中,我们描述了二叉树的递归遍历函数。在这里主要是给出这些函数的测试代码,为了测试更加方便,我们实现了三个新的函数:建立二叉树、统计二叉树叶子节点数量、统计二叉树总节点数量。(二叉树的定义用上篇文章中的定义) 二叉树建立: 1 tree_pointer create_b...
分类:其他好文   时间:2014-06-28 22:22:38    阅读次数:232
Oracle函数+for循环
create or replace function FilterMinganci(str in varchar) return varchar2 is filterWorld varchar2(1000); keyCount int;begin filterWorld := str; ...
分类:数据库   时间:2014-06-28 22:16:48    阅读次数:265
cocos2dx使用cocostudio导出的ui
local uilocal function createLayerUI() if not ui then ui=cc.Layer:create(); createLayerUI=nil; end return ui;endlocal sceneGame=cc.Scene:create()sce.....
分类:其他好文   时间:2014-06-28 21:43:20    阅读次数:204
OAF_OAF架构MVC系列 - Control的概述(概念)
2014-06-18 BaoXinjian一、摘要Control层位于Model层和View层的中间,连接了Model层和View层,主要存在两个功能操作/初始化UI和数据接受和处理页面上的用户的各种事件,并进行分发本文的基本结构Designand Create an OA Controller -...
分类:Web程序   时间:2014-06-28 20:53:56    阅读次数:336
cocos2dx使用cocostudio导出的scene
local uilocal function createLayerUI() if not ui then ui=cc.Layer:create(); createLayerUI=nil; end return ui;endlocal sclocal function createLayerSc.....
分类:其他好文   时间:2014-06-21 13:53:39    阅读次数:194
struts2与struts1整合,Unable to load configuration. - interceptor-ref ... struts.xml
struts.xml中为了与struts1的MVC模式整合,需要类似如下的拦截器的引用 ...
分类:其他好文   时间:2014-06-21 13:52:14    阅读次数:252
LINQ TO SQL 实现无限递归查询
LINQ TO SQL 实现无限递归查询现总结一下,希望能给以后再碰到此类问题的朋友一些帮助--构造测试数据: 只作演示用CREATE TABLE [dbo].[Tim_LinqTable]([Id] int PRIMARY KEY IDENTITY(1,1) NOT NULL,[Name] [va...
分类:数据库   时间:2014-06-21 13:26:29    阅读次数:217
SQL 主键 自动编号 主键自增
1.新建一数据表,里面有字段id,将id设为为主键代码如下:create table tb(id int,constraint pkid primary key (id)) create table tb(id int primary key )2.新建一数据表,里面有字段id,将id设为主键且自动...
分类:数据库   时间:2014-06-21 12:07:51    阅读次数:242
cocos2dx使用cocostudio导出的animation
local uilocal function createLayerUI() if not ui then ui=cc.Layer:create(); createLayerUI=nil; end return ui;endlocal sclocal function createLayerSc.....
分类:其他好文   时间:2014-06-21 10:22:02    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!