码迷,mamicode.com
首页 >  
搜索关键字:track nqa    ( 2299个结果
Android笔记之网络状态推断
1、首先当然得在 manifest 中加入检查网络状态的权限; <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses-permission><uses-permission android:nam ...
分类:移动开发   时间:2017-06-28 09:21:43    阅读次数:261
ActiveReports 9实战教程(1): 手把手搭建好开发环境Visual Studio 2013 社区版
ActiveReports 9刚刚公布3天。微软就公布了 Visual Studio Community 2013 开发环境。Visual Studio Community 2013 提供完整功能的 IDE ,可开发 Windows、Android 和 iOS 应用。支持:C++, Python,  ...
分类:其他好文   时间:2017-06-27 23:40:59    阅读次数:722
Android Drawable 那些不为人知的高效使用方法
转载请标明出处:http://blog.csdn.net/lmj623565791/article/details/43752383,本文出自:【张鸿洋的博客】 1、概述 Drawable在我们平时的开发中。基本都会用到,并且给大家很的实用。那么什么是Drawable呢?可以在canvas上绘制的一 ...
分类:移动开发   时间:2017-06-27 23:23:24    阅读次数:243
屏幕測试亮点,新买了一个显示器,使用web简单的測试下了亮点
1,购买了一个新的显示器 趁着双11的时候价格廉价。入手了一个显示器。 http://serve.netsh.org/pub/dead_pixel.bin 滚动下就能够换颜色了。把chrome最大化,简单測试了下,没有亮点坏点。 2。双显示器 程序开发还是有两个屏幕效率比較高。 假设是3个屏幕的话。 ...
分类:Web程序   时间:2017-06-27 22:13:29    阅读次数:206
ExtJS学习--------Ext.Element中其它操作方法学习
(1)对齐操作 (2)尺寸操作 (3)定位操作 (4)滚动操作 (5)经常使用事件方法 (1)对齐操作 (2)尺寸操作 (3)定位操作 (4)滚动操作 (5)经常使用事件方法 ...
分类:Web程序   时间:2017-06-27 20:03:29    阅读次数:140
ORACLE 按表字段值的不同统计数量
select p.id comperitorId,p.compcorp competitorName, sum(case when c.kindname = 'ATM' then c.num else 0 end) atm, sum(case when c.kindname = 'CRS' then ...
分类:数据库   时间:2017-06-27 20:02:04    阅读次数:278
UDP编程
TCP(传输控制协议--传输层):採用三次握手的方式。保证准确的连接操作,比較安全可靠。 UDP(用户数据报协议--传输层):发送数据报,比如:手机短信、电视,发送出去可能没收到。不可靠。 TCP编程:Socket、ServerSocket UDP编程:DatagramPacket、Datagram ...
分类:其他好文   时间:2017-06-27 18:37:29    阅读次数:144
iOS 打印出视图中全部的子视图的名称
使用递归: - (void)listSubviewsOfView:(UIView *)view { // Get the subviews of the view NSArray *subviews = [view subviews]; // Return if there are no subvi ...
分类:移动开发   时间:2017-06-27 16:19:09    阅读次数:200
Centos7 docker使用https_proxy 代理配置
在centos6版本如果你配置Docker 的https_proxy 代理,只需要在/etc/sysconfig/docker配置文件里面增加配置即可,但在centos7 你会发现已经无法使用这样的配置方式进行https_proxy 配置,因为centos使用systemd 来管理进程环境,我们需要 ...
分类:Web程序   时间:2017-06-27 15:07:56    阅读次数:263
leetCode(24):Binary Search Tree Iterator
Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST. Calling next() will return the n ...
分类:其他好文   时间:2017-06-27 15:02:51    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!