码迷,mamicode.com
首页 >  
搜索关键字:editor    ( 3790个结果
Unreal Engine Plugin management
Be aware to remove any dependencies to any modules related to Editor,or else it will end up with failure of packaging.#if WITH_EDITOR#endifis your goo...
分类:其他好文   时间:2015-05-23 12:45:36    阅读次数:121
ecshop /includes/lib_base.php、/includes/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php Backdoor Vul
ecshop /includes/lib_base.php、/includes/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php Backdoor Vul
分类:Web程序   时间:2015-05-23 11:23:35    阅读次数:276
奥日与黑暗森林源码赏析
1.使用Conditional代替方法的#if xxx,参考自MoonDebug[Conditional("UNITY_EDITOR"), Conditional("DEVELOPMENT_BUILD")]public static void DrawLine(Vector3 origin, Vec...
分类:其他好文   时间:2015-05-23 08:49:01    阅读次数:129
调整Eclipse字体大小
Eclipse 字体有两处,一处是控制台的字体,一处是主窗口。这里分别介绍控制台和主窗口字体的调节方法。 Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Basic -> Text Font -> Edit 调节控制条字体大小。 Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Java -> Java Editor Text ...
分类:系统相关   时间:2015-05-23 00:08:33    阅读次数:235
U3D-Assetbundle加载
首先 写个打包成Assetbundle的脚本 放在Editor下using UnityEngine;using System.Collections;using UnityEditor;public class NewBehaviourScript :ScriptableObject{ [Me...
分类:其他好文   时间:2015-05-22 18:51:25    阅读次数:164
Unity3D 多平台_预编译相关宏定义
API地址:http://docs.unity3d.com/Documentation/Manual/PlatformDependentCompilation.html 平台定义 UNITY_EDITOR 编辑器调用。 UNITY_STANDALONE_OSX 专门为Mac OS(包括Universal,PPC和Intelarchitectures)平台的定义。 UNITY...
分类:编程语言   时间:2015-05-22 17:09:58    阅读次数:149
android 多语言(在APP里面内切换语言)
创建SharedPreferences的管理类public class PreferenceUtil { private static SharedPreferences mSharedPreferences = null; private static Editor mEditor =...
分类:移动开发   时间:2015-05-22 15:02:16    阅读次数:186
一行代码保存fckeditor编辑器提交的内容到文件(接上一博)
接上一博,在轻开平台中,只需要一行代码就能把fckeditor编辑器提交的内容保存到文件@{sys:curPath}editor_fck_new_content.htm或@{sys:curPath}editor_fck_new_content.htm解释一...
分类:其他好文   时间:2015-05-22 11:28:13    阅读次数:158
android studio 一些常用设置
1.中文乱码显示解决:Settings -> Editor -> Appearance -> 选择Theme -> 然后勾选上下面的Override default fonts by:在Name中选择一个支持中文字体的字体:比如微软雅黑,serif, sansSerif等,并设定Size,一般为15...
分类:移动开发   时间:2015-05-22 11:22:15    阅读次数:178
git的使用
[config]git config --global url."https://".insteadOf git:// git config --global core.editor vimgit config --global core.filemode false [create remote]...
分类:其他好文   时间:2015-05-21 16:58:01    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!