码迷,mamicode.com
首页 >  
搜索关键字:content editor    ( 29246个结果
Unity3D Layout 快捷键
我的需求是开发的时候一种布局,运行的时候一种布局,Unity3D 选项中的自定义快捷键的太少,只能另想办法。Google 之后,找到解决方法:Editor layout hotkeys?1、创建菜单Unity3D 支持自定义菜单,在 Assets 目录下创建目录 Editor,然后创建脚本,如下:u...
分类:其他好文   时间:2014-05-26 12:33:22    阅读次数:309
Intent启动照片或者相机
1、Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*"); intent.putExtra("crop", true); in...
分类:其他好文   时间:2014-05-26 12:00:15    阅读次数:230
android 修改listview中adapter数据时抛出异常java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification问题
近日在做项目时遇到非必现crush,具体异常信息为:// Short Msg: java.lang.IllegalStateException// Long Msg: java.lang.IllegalStateException: The content of the adapter has ch...
分类:移动开发   时间:2014-05-26 10:08:36    阅读次数:590
MVC 返回ActionResult 类型
1. Content() 返回文本类型,比如"Hello World!".2.File() 返回文件类型,如PDF,JPG.3.HttpNotFound() 返回404 HTTP 状态码.4.JavaScript() 返回Javascipt 内容. 如 function test(){al...
分类:Web程序   时间:2014-05-26 08:27:06    阅读次数:400
Post请求
写在前面的话:XMLHttpRequest对象的open方法的第一个参数为request-type,取值可以为get或post.本篇介绍post请求.使用post方式时,浏览器会把各表单中字段元素及其数据作为Http消息的实体内容发送给Web服务器.使用post方式时,要注意设置Content-Ty...
分类:其他好文   时间:2014-05-26 07:51:19    阅读次数:247
Android Content Provider Guides
Android Content Provider 官方Guides的部分笔记摘要。
分类:移动开发   时间:2014-05-26 07:15:36    阅读次数:342
图片圆角处理
package com.storm.ui;import android.content.Context;import android.graphics.Bitmap;import android.graphics.Canvas;import android.graphics.Color;import...
分类:其他好文   时间:2014-05-24 14:07:05    阅读次数:199
good foreign technique websize
https://www.digitalocean.com/community/tagshttp://db-engines.com/en/http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
分类:Web程序   时间:2014-05-24 14:02:05    阅读次数:300
ImLazy(ruby)
ImLazy是个人使用的小程序,抽时间在公司写了个ruby版本,未完成equals_verb# To change this template, choose Tools | Templates# and open the template in the editor.require "SDK/ve...
分类:其他好文   时间:2014-05-24 12:51:59    阅读次数:496
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!