码迷,mamicode.com
首页 >  
搜索关键字:full trust    ( 3231个结果
把 Activity 改成 ListActivity继续使用 setContentView
ListActivity has a default layout that consists of a single, full-screen list in the center of the screen. However, if you desire, you can customize t...
分类:其他好文   时间:2014-07-30 11:45:33    阅读次数:314
Oracle Solaris 11.2 Beta Firefox 17.0.6 添加 flashplayer 插件
1.复制libflashplayer.so插件到路径:~/.mozilla/plugins/下。2.打开Firefox,在地址栏输入about:config。回车;在过滤器那一栏输入 plugin.expose_full_path。设定true启用该选项。(地址栏输入about:plugins并回车...
分类:数据库   时间:2014-07-30 11:25:03    阅读次数:273
SQL的四种连接-左外连接、右外连接、内连接、全连接
今天在看一个遗留系统的数据表的时候发现平时查找的视图是FULL OUT JOIN的,导致平时的数据记录要进行一些限制性处理,其实也可以设置视图各表为右外连接并在视图上设置各列的排序和筛选条件就可以达到效果。联接条件可在FROM或WHERE子句中指定,建议在FROM子句中指定联接条件。WHERE和HA...
分类:数据库   时间:2014-07-30 09:55:23    阅读次数:284
android 解锁 点亮屏幕
//保持屏幕常亮  PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE);  mWakeLock = pm.newWakeLock(PowerManager.FULL_WAKE_LOCK | PowerManager.ACQUIRE_CAUSES_WAKEUP, LOCK_TAG);  mWakeLo...
分类:移动开发   时间:2014-07-29 18:04:13    阅读次数:236
jstat 简介
1. jstat -gc pid 可以显示gc的信息,查看gc的次数,及时间。 其中最后五项,分别是young gc的次数,young gc的时间,full gc的次数,full gc的时间,gc的总时间。 2.jstat -gccapacity pid 可以显示,VM内存中三代(young,ol....
分类:Web程序   时间:2014-07-29 16:43:02    阅读次数:261
PyGObject笔记1——用Python写图形界面
PyGObject is a Python extension module that gives clean and consistent access to the entire GNOME software platform through the use of GObject Introspection. PyGObject provides full support of GObject Introspection and all of its features (callbacks, GVari...
分类:编程语言   时间:2014-07-29 13:04:47    阅读次数:343
CSUOJ 1010 Water Drinking
DescriptionThe Happy Desert is full of sands. There is only a kind of animal called camel living on the Happy Desert. ‘Cause they live here, they need...
分类:其他好文   时间:2014-07-28 23:44:04    阅读次数:329
ckeditor4.x toolbar 工具栏配置
首页你要下载full版本的 而不是stander版本 你可以在ckeditor\samples\plugins\toolbar 目录下方找到官方说明 官方说明有2种方式1toolbar 2 toolbargroup 以下是我google翻译的 此示例演示页面编辑器加载满工具栏...
分类:其他好文   时间:2014-07-28 16:59:44    阅读次数:401
sqlplus批量执行脚本日志输出
spool d:\eagle2_2014_5_9_init.log; set feedback off; set define off; prompt -----初始化数据 start--- @D :\projects\Eagle_V2\04Code\v2.0\eagle2\resources\database\full\coc\coc-initialize.sql @D :\p...
分类:数据库   时间:2014-07-26 15:42:11    阅读次数:586
VMware Workstation安装CentOS7.0 图文版
1 前期准备: 下载虚拟机和CentOS安装源VMware-workstation-full-10.0.3-1895310CentOS-7.0-1406-x86_64-DVD.iso2 虚拟机配置-1 打开虚拟机-2-3-4-5-6-7也可以使用默认的处理器数量:1-8我修改了此虚拟机内存为2G-9...
分类:其他好文   时间:2014-07-26 14:45:00    阅读次数:242
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!