码迷,mamicode.com
首页 > 2015年07月21日 > 全部分享
LeetCode#112
Problem Definition:Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equa...
分类:其他好文   时间:2015-07-21 21:55:17    阅读次数:105
FirstAFNetWorking
// ViewController.h// FirstAFNetWorking//// Created by 张国锋 on 15/7/20.// Copyright (c) 2015年 张国锋. All rights reserved.//#import @interface ViewCon...
分类:Web程序   时间:2015-07-21 21:53:51    阅读次数:113
JsonModel&AFNetWorking
// HttpManager.h// JsonModel&AFNetWorking//// Created by qianfeng on 15/7/21.// Copyright (c) 2015年 张国锋. All rights reserved.//#import #import "AF...
分类:Web程序   时间:2015-07-21 21:55:38    阅读次数:381
Visual Studio 2015 中文企业版及专业版 正式版下载地址
Visual Studio 简体中文企业版 2015 (x86 and x64)文件名 cn_visual_studio_enterprise_2015_x86_x64_dvd_6846222.isoSHA1 4FFA1EE3E2D3337D3EDAE550A3583ABE9C426BEF文件大小 ...
分类:其他好文   时间:2015-07-21 21:53:00    阅读次数:846
GCD-系统提供的dispatch方法
系统提供的dispatch方法如下: //系统提供的dispatch方法 //后台执行: dispatch_async(dispatch_get_global_queue(0, 0), ^{ // something }); //主线程执行: ...
分类:其他好文   时间:2015-07-21 21:55:12    阅读次数:103
Android 4.0屏蔽式多点触摸
比方这张图。我想不接或者接单,二者仅仅能点一个,不能同一时候点击,否则会造成混乱。我们仅仅要在嵌套他们俩的布局中增加这么一段话:android:splitMotionEvents="false" 上ok该。 版权声明:本文博客原创文章。...
分类:移动开发   时间:2015-07-21 21:53:53    阅读次数:139
性能调优的方法及概念
SHOW STATUS;FLUSH STATUS;查看当前连接数 SHOW STATUS LIKE 'Thread_%';Thread_cached:被缓存的线程的个数Thread_running:处于激活状态的线程的个数Thread_connected:当前连接的线程的个数Thread_creat...
分类:其他好文   时间:2015-07-21 21:53:22    阅读次数:172
[转]java 自动装箱与拆箱
转自:http://www.cnblogs.com/shenliang123/archive/2012/04/16/2451996.html这个是jdk1.5以后才引入的新的内容,作为秉承发表是最好的记忆,毅然决定还是用一篇博客来代替我的记忆:java语言规范中说道:在许多情况下包装与解包装是由编译...
分类:编程语言   时间:2015-07-21 21:51:55    阅读次数:125
杭电1200--To and Fro
To and FroTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5478Accepted Submission(s): 3788Problem ...
分类:其他好文   时间:2015-07-21 21:52:47    阅读次数:121
数据库练习题26-45题
1 --26、 查询存在有85分以上成绩的课程Cno. 2 select distinct Cno from Score where Degree >85 3 4 --27、查询出“计算机系“教师所教课程的成绩表。 5 select * from Score where Cno in ( se...
分类:数据库   时间:2015-07-21 21:52:37    阅读次数:154
select选项的添加删除移动
function selectAdd(selectId,value,text){$("#"+selectId).append(""+text+"");}function selectDel(selectId){$("#"+selectId+" option:selected").remove();}...
分类:移动开发   时间:2015-07-21 21:52:45    阅读次数:128
ACM学习历程—HDU 4287 Intelligent IME(字典树 || map)
Description We all use cell phone today. And we must be familiar with the intelligent English input method on the cell phone. To be specific, the nu.....
分类:其他好文   时间:2015-07-21 21:53:06    阅读次数:116
HDU 1598 find the most comfortable road (MST)
find the most comfortable roadTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionXX星有许多城市,城市之间通过一种奇怪的高速公路SARS(Su...
分类:其他好文   时间:2015-07-21 21:51:18    阅读次数:185
CoreDataDemo
// User.h// CoreDataDemo//// Created by gaokunpeng on 15/2/4.// Copyright (c) 2015年 qianfeng. All rights reserved.//#import #import @interface Use...
分类:其他好文   时间:2015-07-21 21:51:18    阅读次数:101
storm - 基础概念整理
主要内容翻译自storm官方网站
分类:其他好文   时间:2015-07-21 21:52:12    阅读次数:124
/Android/sdk/build-tools/21.1.2/aapt'' finished with non-zero exit value 42
相信很多朋友都会遇到 Error:Error: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Users/bil...
分类:移动开发   时间:2015-07-21 21:50:34    阅读次数:408
storm - 使用过程中的一点思考
引子这几天为了优化原有的数据处理框架,比较系统的学习了storm的一些内容,整理一下心得1. storm提供的是一种数据处理思想,它不提供具体的解决方案 storm的核心是topo的定义,而topo承载着所有的业务逻辑,我们基于storm的topo的组织方案,来编排私有的业务实现逻辑。 stor.....
分类:其他好文   时间:2015-07-21 21:51:14    阅读次数:93
2151条   上一页 1 ... 16 17 18 19 20 21 22 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!