码迷,mamicode.com
首页 >  
搜索关键字:custom    ( 2797个结果
z15-2
REPORTZ15_02.DATA:CON1_REFTYPEREFTOCL_GUI_CUSTOM_CONTAINER,G_GRIDTYPEREFTOCL_GUI_ALV_GRID,GT_SFLIGHTTYPETABLEOFSFLIGHT.INCLUDEZ15_02_O01.START-OF-SELE...
分类:其他好文   时间:2014-07-22 22:47:32    阅读次数:218
Android 中字体的处理
//得到TextView控件对象 TextView textView = (TextView)findViewById(R.id.custom); //将字体文件保存在assets/fonts/目录下,创建Typeface对象 Typeface typeFace = Typeface.createFromAsset(getAssets(), "f...
分类:移动开发   时间:2014-07-21 22:14:08    阅读次数:285
php程序调试: xdebug的配置
如何在phpeclipse中像调试Java程序一样调试php呢? XDebug的版本很多,打开http://xdebug.org/index.php,把网站仔细看一下,你会发现有句“If you don't know which one you need, please refer to the custom installation instructions.”,非常好,打开这个页面,按照要求...
分类:Web程序   时间:2014-07-19 23:17:35    阅读次数:270
iOS interview questions and Answers
http://gksanthoshbe.blogspot.com/2013/03/ios-interview-questions-and-answers.html1-How would you create your own custom view?By Subclassing the UIView...
分类:移动开发   时间:2014-07-19 22:25:30    阅读次数:544
About custom Theme and Style
For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d...
分类:其他好文   时间:2014-07-19 16:22:00    阅读次数:231
自定义UIView
Whenever we want to add an instance of this custom view to the visible screen, we now need to:load the Nib, andextract the actual view from the array ...
分类:其他好文   时间:2014-07-18 10:15:11    阅读次数:219
Loadrunner接口测试-发送JSON格式的请求
昨天接到了一个测试接口的任务,接口的请求参数和返回结果均是JSON字符串,先是使用了函数web_submit_date,执行时报错,查询资料没找到原因,不知道是不是不支持JSON串,有兴趣的可以自己试下。然后尝试用web_custom_request函数,执行后返回的结果都正确,ok,就它了。web_cu..
分类:Web程序   时间:2014-07-17 21:13:24    阅读次数:594
linux图像界面连接-xdm
有两种方法可以激活--:修改/etc/gdm/custom.conf文件在[xdmcp]字段增加Enable=true--:通过gdmsetup图形配置工具来实现1.在LINUX桌面上选择System->Administration->Login Screen,在窗口中选中Remote标签2.点击右...
分类:系统相关   时间:2014-07-16 18:51:57    阅读次数:276
jQuery 自定义选择器
严格来说是自定义伪类选择器,不过也相当有意思了。昨天我学习其中一个 jquery lazy load 源码的时候,看到末尾这么写的。/* Custom selectors for your convenience. 译: 提供自定义选择方便你使用。 *//* Use as $("img:below....
分类:Web程序   时间:2014-07-16 18:05:26    阅读次数:277
AlertDialog自定义View的用法+如何改变弹出框的大小
android系统定义了弹出框,支持我们自定义布局: public AlertDialog getEditCustomDialog() { LayoutInflater inflater = getLayoutInflater(); View view = inflater.inflate(R.layout.custom_message_rename, null); AlertDi...
分类:其他好文   时间:2014-07-13 00:12:45    阅读次数:349
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!