GangLx

2016年6月22日

将博客搬至CSDN

摘要: 将博客搬至CSDN 阅读全文

posted @ 2016-06-22 15:54 GangLx 阅读(109) 评论(0) 推荐(0) 编辑

2016年5月18日

ueditor 图片上传功能(.net)

摘要: 假如下载的net文件 所在工程引用bin文件中的Newtonsoft.Json.dll 在浏览器中运行 `net/controller.ashx`,如果返回 "`{"state":"action 参数为空或者 action 不被支持。"}`",则表示应用程序运行成功。 后端配置完成 UE.getEd 阅读全文

posted @ 2016-05-18 11:46 GangLx 阅读(576) 评论(0) 推荐(0) 编辑

2015年12月23日

.bat文件运行会自动关闭窗口的问题

摘要: 记事本打开,在最后加上pause 阅读全文

posted @ 2015-12-23 14:33 GangLx 阅读(526) 评论(0) 推荐(0) 编辑

2015年12月21日

unity5.0材质添加问题

摘要: 将Material拖放到Cube的Inspector视图中材质添加图片背景,unity自带了很多种材质类型点击Shader下拉按钮可以更换材质类型为Diffusecamera preview:GameObject==》Align With View 阅读全文

posted @ 2015-12-21 17:07 GangLx 阅读(742) 评论(0) 推荐(0) 编辑

Unity 几种碰撞模式

摘要: 1、OnControllerColliderHit 事件 (角色控制器使用)2、Physics.Raycast函数3、OnTriggerEnter事件 (碰撞物体使用,给碰撞物体添加碰撞器,并且Is Trigger需勾上)4、OnCollisionEnter 事件 (碰撞物体必须是刚体) 阅读全文

posted @ 2015-12-21 16:34 GangLx 阅读(1250) 评论(0) 推荐(0) 编辑

2015年12月17日

unity 发布web player版,网页打开报Failed to initialize player's 3D settings

摘要: 开始时我装的是unity 5.0.0b1,不知道在哪找的这个版本。web player 装的什么版本也忘了。最后卸载了web player,重新安装web player并另外安装一个unity4.3版本的。重新发布就好了 阅读全文

posted @ 2015-12-17 17:24 GangLx 阅读(7052) 评论(0) 推荐(0) 编辑

2015年11月20日

MVC 实体字段自定义验证

摘要: [Remote("ActionName", "ControllerName", AdditionalFields = "ID", ErrorMessage = "xxxxx")] public String No { get; set; } 阅读全文

posted @ 2015-11-20 17:45 GangLx 阅读(297) 评论(0) 推荐(0) 编辑

2015年11月11日

hightchart属性(更新中...)

摘要: legend:{ layout: 'vertical', //legend中内容垂直放置 align: 'right', //放在图表右边 verticalAlign: 'middle', ... 阅读全文

posted @ 2015-11-11 09:38 GangLx 阅读(258) 评论(0) 推荐(0) 编辑

2015年11月10日

MVC中使用js拼接的元素验证问题

摘要: MVC使用的验证方式本质上是jquery.validationjs 拼接的格式如下: 阅读全文

posted @ 2015-11-10 10:47 GangLx 阅读(146) 评论(0) 推荐(0) 编辑

2015年11月5日

github 快速切换branch命令

摘要: git checkout branchName 阅读全文

posted @ 2015-11-05 17:35 GangLx 阅读(217) 评论(0) 推荐(0) 编辑

导航