码迷,mamicode.com
首页 >  
搜索关键字:tip    ( 2760个结果
eclipse default handler IHandler interface “the chosen operation is not enabled”
NOTE: These two methods: Tip: Subclass AbstractHandler rather than implementing IHandler. but you can use it to the below section you need to set: IHa...
分类:系统相关   时间:2014-09-27 13:59:39    阅读次数:262
The 15th tip of DB Query Analyzer
The latest version of DB Query Analyzer is 6.01. In 6.01, users are allowed to add, delete or update SQL Execute Schedule in the current MDI Child Form. Consequently, users can execute SQL Script in the time that they want. By doing this, you can not only...
分类:数据库   时间:2014-09-25 14:15:49    阅读次数:331
Laravel 4 Quick Tip: Custom Error Pages
App::error(function($exception, $code) { switch ($code) { case 403: return Response::view('errors.403', array(), 403); case 404: return Response::view...
分类:其他好文   时间:2014-09-24 16:18:57    阅读次数:210
简易网页弹出层
今天写了一个简易的弹出层,为了以后工作能够重复使用,特地整理了一下。首先,添加弹出层,赋id为tip_box x 弹出层内容在HTML中调用box()函数不需要单独的样式设置,以下为javascript源码 1 function box() { 2 var tip_box=d...
分类:Web程序   时间:2014-09-22 21:57:23    阅读次数:333
Linux ftp 下载目录
一、下载文件夹wgetftp://hehe[:port]/upload/wordpress-3.9.2/*--ftp-user=test--ftp-password=test-r #tip:url一定要打开到需下载的目录,并在该目录上层用*表示全部二、下载多个文件ftp客户端登陆 ftp127.0.0.1 #关掉提示(不再每个文件提示是否y) promptoff #拿到test下..
分类:系统相关   时间:2014-09-22 19:57:33    阅读次数:246
android LoaderManger加载数据Tip
要查看LoaderManager的具体介绍请看博客: LoaderManager介绍 使用时发现不管怎么调用getLoaderManager().restartLoader(LOADER_TYPE_QUERY, null, this);方法,loader就是不执行(在onCreate方法中已注册getLoaderManager().initLoader(LOADER_TYPE_QUERY,...
分类:移动开发   时间:2014-09-22 16:12:42    阅读次数:187
XIB、Storyboard操作小技巧
>本文收集了其他优秀博主,论坛上的相关技巧,及自己总结出的一些tips,小白级tip,大神们请轻喷,或给出建议分享,谢谢! ### SB push Tab时隐藏Tab 相信有很多人和我一样,开始使用 ``tabBar`` 时苦恼过在 ``ta...
分类:其他好文   时间:2014-09-17 17:03:12    阅读次数:188
非常强大的jQuery万能浮动框插件
支持hover, click, focus以及无事件触发;支持多达12种位置的定位,出界自动调整;支持页面元素加载,Ajax加载,下拉列表,提示层效果,tip类效果等;可自定义装载容器;内置UI不错的装载容器;支持鼠标跟随等。一、写插件的缘由为什么想写此插件,想来想去,归结为一个字:“懒”。不想为明...
分类:Web程序   时间:2014-09-17 14:59:52    阅读次数:1744
[Android] 升级了新的android studio之后 发生如下的报错,The following classes could not be instantiated:
The following classes could not be instantiated:-android.support.v4.widget.DrawerLayout (Open Class, Show Exception) Tip: Use View.isInEditMode() in y...
分类:移动开发   时间:2014-09-13 13:13:15    阅读次数:528
dialog的应用
第一步:重写dialog: ①代码: public static Dialog creatRequestDialog(final Context context, String tip) { final Dialog dialog = new Dialog(context, R.style.dial...
分类:其他好文   时间:2014-09-12 11:42:13    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!