自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

_______攻城无数_____、、、、、、

~~~~~~~Less is More ______Make it Work, Keep it Simple~~~~~~~~~~~

  • 博客(10)
  • 资源 (45)
  • 收藏
  • 关注

原创 【 Beginning iOS 7 Development《精通iOS7开发》】06 Multiview Applications

如何从Empty Application 开始构建一个多视图应用

2014-07-21 10:53:26 1481

原创 【 Beginning iOS 7 Development《精通iOS7开发》】05 Autorotation and Autosizing

一、实验效果(一)、旋转后相对位置不变(二)旋转后相对位置变化 2.1默认: 2.2调整后三、小鸡 3.1 在APP级别设置支持哪些方向: 3.2 在viewController(xlib)级别设置支持哪些方向//// JAViewController.m// Orientations//// Created by jason on 14-7-15.// Copyright (c) 2014年 jaso

2014-07-16 11:07:27 1743

原创 No matching code signing identity found

真机调试过程中弹出这个问题,网上找到的解决办法,记录一下。。。。。弄完这些步骤之后,上面多出一个 IOS disturbution。所以出现这个问题的原因应该是设置的证书没有刷新到本地所致。

2014-07-09 13:56:49 6185

翻译 【OC语法快览】六、类实现

Class Implementation 类实现Let's create an implementation, starting with the getters:接下来创建一个类实现,从访问器开始:#import "Photo.h"@implementation Photo - (NSString*) caption { return caption;}- (NSString*) photographer { return photograp

2014-07-08 23:37:33 1135

翻译 【OC语法快览】五、设计类接口

Designing a Class Interface       设计类接口The Objective-C syntax for creating a class is very simple. It typically comes in two parts. 创建类的语法是很简单的,通常包括两部分。The class interface is u

2014-07-07 14:50:25 2853

翻译 【OC语法快览】四、基础内存管理

Basic Memory Management 基础内存管理If you're writing an application for Mac OS X, you have the option to enable garbage collection. In general, this means that you don't have to think about memory management until you get to more complex cases. 如果你正在写运行在

2014-07-04 17:58:17 952

翻译 【OC语法快览】三、创建实例对象

【OC语法快览】三、创建实例对象

2014-07-04 10:53:02 1328

翻译 【OC语法快览】二、存取方法

Accessors 存取方法All instance variables are private in Objective-C by default, so you should use accessors to get and set values in most cases. There are two syntaxes. This is the traditional 1.x syntax:OC中所有的实例变量默认是私有的,所以多数情况下你应该使用访问器来获得和设置实例变量的值。访问器有

2014-07-02 00:15:46 1449

原创 APP发布到应用市场(苹果APP STORE+安卓各大应用市场)

APP发布到应用市场(苹果APP STORE+安卓各大应用市场)注意事项 1、应用要签名,为了以后能够顺利更新应用,要保持每次的签名一致,所以要妥善保管好签名数据。 2、进行发布测试,最好有个检查表,每次发布的时候进行核查。苹果APP STORE

2014-07-01 11:32:22 48197 1

翻译 【OC语法快览】一、方法调用

调用方法 [object method]; [object methodWithInput:input]; output = [object methodWithOutput]; output = [object methodWithInputAndOutput:input]; id myObject = [NSString string]; NSString* myString =

2014-07-01 00:46:51 1352

Axure_Pro 网络产品原型设计工具

Axure_Pro 网络产品原型设计工具

2012-05-31

张孝祥正在整理Java就业面试题大全.doc

张孝祥正在整理Java就业面试题大全.doc

2012-05-26

取色工具 android ui color

小编已经介绍过很多屏幕取色软件了,今天将要介绍的Pixie真的是太简洁了,只有8KB的大小,启动Pixie,在屏幕中间会出现Pixie小巧的界面,上面已经写好了你鼠标所在位置的相关色彩状况,移动鼠标数据相应变化,当然Pixie也是能结合热键对色值进行复制等操作.

2012-05-11

张孝祥-java讲义

《Java就业培训教程》_张孝祥.ppt Java就业培训教程.pdf JavaEnhance.ppt

2012-04-17

开启eclipse代码提示功能

适用版本 Eclipse IDE for Java Developers Version: Indigo Service Release 1 Build id: 20110916-0149

2012-04-13

dom4j-1.6.1.ja

dom for java on android dev

2012-04-06

导航犬源代码.zip

导航犬源代码.zip

2012-04-06

北大计算机系JAVA培训讲义.rar

北大计算机系JAVA培训讲义.rar

2012-04-05

MLDN-JAVA讲义.rar

MLDN-JAVA讲义.rar

2012-04-05

Java 语言程序设计(一)串讲(华夏大地收费讲义

Java 语言程序设计(一)串讲(华夏大地收费讲义

2012-04-05

easyexplore

easyexplore 用于eclipse

2012-04-05

ksoap2-android-assembly-2.5.4-jar-with-dependencies

ksoap2-android-assembly-2.5.4-jar-with-dependencies android 访问web service 所需的工具包

2012-03-29

parse xml string from url to POJO

android 转换服务端xml资源到本地类 eclipse工程文件,可直接导入运行

2012-03-28

Eclipse+EclipseME+WTK搭建J2ME开发环境

Eclipse3.6.2+EclipseME1.7.9+WTK2.5.2 搭建J2ME开发环境

2012-02-17

android api 源码

The JAR file D:/..../android.jar has no source attachment

2012-02-06

android自动化测试资料

3.Create_Android_Sample_App 4.Test_Android_Sample_App Android手机测试方法交流 Android自动测试之monkeyrunner工具 Android自动测试之Monkey工具 Android自动化测试初探 Android自动化测试可行性途径分析 Android自动化测试之道 GSM手机自动化测试解决方案 手机自动化测试系统设计浅析 在Android_Robotium自动化测试中导出Test_result

2012-01-11

android GPS 实验数据收集软件代码+相关文档

android GPS应用 实验数据收集程序

2011-12-28

android感应器开发之加速度、方向传感器

博客附码:http://blog.csdn.net/gogler/article/details/7032009 用于收集android感应器数据的程序,附带一个比较完整的文件操作类。

2011-12-19

用service播放音乐

http://blog.csdn.net/gogler/article/details/6913084 用service播放音乐

2011-10-28

Use ContentProvider Get Contacts

Use ContentProvider Get Contacts http://blog.csdn.net/gogler/article/details/6910903

2011-10-27

android intent 代码

android intent 代码 用intent实现在两个activities之间跳转 http://blog.csdn.net/gogler/article/details/6907283

2011-10-27

新浪微博android开发包

微博Android平台SDK -微博Android平台SDK文档 -微博Android平台SDK代码

2011-10-24

Google on the Go Using an Android-Powered Mobile Phone.chm

Google on the Go Using an Android-Powered Mobile Phone.chm

2011-10-17

Deep Learning Networks for Stock Market Analysis and Prediction

Deep Learning Networks for Stock Market Analysis and Prediction: Methodology, Data Representations, and Case Studies

2017-11-10

Dynamic Routing Between Capsules

Capsule 是一组神经元,其活动向量(activity vector)表示特定实体类型的实例化参数,如对象或对象部分。我们使用活动向量的长度表征实体存在的概率,向量方向表示实例化参数。同一水平的活跃 capsule 通过变换矩阵对更高级别的 capsule 的实例化参数进行预测。当多个预测一致时,更高级别的 capsule 变得活跃。我们展示了判别式训练的多层 capsule 系统在 MNIST 数据集上达到了顶尖的性能,比识别高度重叠数字的卷积网络的性能优越很多。为了达到这些结果,我们使用迭代的路由协议机制(routing-by-agreement mechanism):较低级别的 capsule 偏向于将输出发送至高级别的 capsule,有了来自低级别 capsule 的预测,高级别 capsule 的活动向量具备较大的标量积

2017-11-07

appdemo.gif

ppdemo.gif

2014-07-21

Android应用UI设计模式

Android应用UI设计模式 Android Design Patterns.pdf

2014-06-23

苹果Swift编程语言入门教程【中文版】.pdf

苹果Swift编程语言入门教程【中文版】.pdf

2014-06-04

ios 7 xcode 5 objective-c

Beginning_iOS_7_Development_Exploring_the_iOS_SDK.pdf Beginning_iOS_7_Source_Code.zip iOS.in.Practice.Nov.2012 iOS 6实践指南.pdf Learn.Objective-C.on.the.Mac.2nd.Edition ProgrammingWithObjectiveC The+Objective-C+2.0+Programming+Language

2014-05-22

Cocoa.Programming.for.Mac.OS.X.4th.Edition.pdf+源代码.zip

Cocoa.Programming.for.Mac.OS.X.4th.Edition.pdf+源代码.zip 包括书籍 和 书中代码

2014-05-15

[Programming.iOS.7(4th,2013.12)].Matt.Neuburg.文字版.pdf

This book, now in its fourth edition, has grown in size to encompass the growth in its subject, until it can grow no more. The previous editions — Programming iOS 4 (May 2011), Programming iOS 5 (March 2012), and Programming iOS 6 (March 2013) — were approximately 800 pp., 950 pp., and 1150 pp. in length, respectively, not because I had more to say each time, but because Apple, as it added features to iOS 4 to make iOS 5, and to iOS 5 to make iOS 6, had given me more to describe. Now iOS 7 has come along with even more new features, and drastic action was needed. Accordingly, the book has been ripped violently but neatly in two — neatly, because there was already a perfectly natural place to do the ripping, namely right after the end of what used to be Part III (Chapter 13). There are now two books: • A new book, iOS 7 Programming Fundamentals, comprising chapters 1–13 of the earlier books. • This book, Programming iOS 7, comprising chapters 14–40 of the earlier books.

2014-02-10

db4o-8.0-java

Content This distribution contains documentation, binaries and sources for the open source object database db4o. For more information about the content of a specific folder see the readme.html file in the respective folder. /doc documentation /lib binaries /ome Object Manager Enterprise - database browser plugin for your IDE /src sources

2012-05-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除