码迷,mamicode.com
首页 > 移动开发
ConsoleApplication 添加对于 System.ServiceModel.Web 引用失败(出现黄色感叹号)的解决办法
今天在写一个WebHttpBinding的demo,再创建一个Console应用程序后,发现无法添加System.ServiceModel.Web,如图在网上搜索之后发现是 ConsoleApplication 的 Framework 使用的版本不对。应该选择Framework4,但是系统默认的是F...
分类:移动开发   时间:2014-12-10 10:30:57    阅读次数:219
iOS开发流程总结
流程:注册、开发、真机测试、发布以及上线。iPhone iOS 4从注册到app上线开发流程一、关于注册账号IDP和Apple ID:1、注册App ID(无论是iOS使用者还是开发者都需要*****ID,只是后者还需要付99$注册成为开发者。)网址:http://developer.apple.c...
分类:移动开发   时间:2014-12-10 10:27:39    阅读次数:170
android数据库编程:连接服务器上的MySQL数据库详细示例
1 public class DatabaseDemo extends Activity { 2 private TextView textView; 3 4 @Override 5 protected void onCreate(Bundle savedInstance...
分类:移动开发   时间:2014-12-10 10:27:35    阅读次数:301
IOS开发-数据持久化(一)【文本文件+二进制归档】
概要     数据持久化分为不同的方式,本章主要简示了数据归档(一般而说的序列化)和写XML的文本文件方式。其中XML文本方式主要使用NSArray或者NSDictionary的writeToFile方法,而数据归档使用了NSKeyedArchiver/NSKeyedUnarchiver等实现数据的归档(序列化)。 结果展示 程序展示 数据化文件       注意...
分类:移动开发   时间:2014-12-10 09:22:12    阅读次数:287
下一个土豪金就是你——2014俄罗斯移动游戏市场概况
2014年俄罗斯游戏市场   最近有个国内的朋友对我说:“ 月流水不过个千万都不好意思拿出来说自己的游戏。” 这让小编无比惊讶,也许正是因为各种错综复杂的因素,2014年的手游行业爆发性发展,也让中国的游戏市场显得些许浮躁。许多国家的市场开始被中国的大发行商洗刷,近年来,许多小语种地区收到越来越高的关注。今天,Xsolla将从规模,市场现状,产品,本地化等方面介绍一下未来会成为游戏...
分类:移动开发   时间:2014-12-10 09:20:47    阅读次数:202
android四大组件之BroadcastReceiver
今天回头看了自己之前学习的笔记,小结了一下BroadcastReceiver,供刚入门的朋友复习和参考。 BroadcastReceiver是android系统一个全局的监听器,可实现不同组件之间的通信。 创建自己的广播类 package com.example.yummyhttputil; import android.content.BroadcastReceiver; ...
分类:移动开发   时间:2014-12-10 09:18:43    阅读次数:220
Android - RelativeLayout布局
RelativeLayout布局本文地址:http://blog.csdn.net/caroline_wendyRelativeLayout是一种相对布局方式,是根据属性进行对齐;A Layout where the positions of the children can be described in relation to each other or to the parent.在布局中,...
分类:移动开发   时间:2014-12-10 09:18:22    阅读次数:246
Android - 关于Fragment的预览问题
关于Fragment的预览问题本文地址:http://blog.csdn.net/caroline_wendy在Activity中,添加Fragment,因为是动态加载,所以无法预览,会产生Rendering Problem;但是可以选择一个预览Fragment,使用:tools:layout="@layout/fragment_status",就可以预览;代码: <FrameLayout xm...
分类:移动开发   时间:2014-12-10 09:18:43    阅读次数:204
linux eclipse中运行android AVD 错误
当使用android的AVD时提示以下错误:Starting emulator for AVD 'NexusOne'ERROR: 32-bit Linux Android emulator binaries are DEPRECATED, to use them you will hav...
分类:移动开发   时间:2014-12-10 09:12:07    阅读次数:474
Qt on Android Episode 5(翻译)
我们已经知道了如何搭建 Qt on Android 开发环境,怎样使用 Qt on Android ,有哪些可用的部署策略以及如何为应用签名,是时候继续前进了。这篇文章,我们来讲 JNI 。...
分类:移动开发   时间:2014-12-10 08:08:48    阅读次数:287
小米手环不能解锁
1,我第一次是重启了小米手机。 2,小米手环不能解锁 接下来才用的这招 用小米4手机删除蓝牙设备解锁。 设置,安全和隐私,锁屏与密码,蓝牙设备解锁,设备(编码…………),删除设备 再重新绑定。 如果此时在充电,但手环灯灭了。重新插拔即可。...
分类:移动开发   时间:2014-12-10 07:05:42    阅读次数:169
Android程序的入口点是什么,不是Main()吗
很多初入Android开发的网页可能不知道Android程序的入口点是什么,不是main()吗,当然我相信回复onCreate的在字面上不算错,但是你们想的是Activity中的onCreate 方法吧,其实真正的入口点entrypoint是什么。 Android使用Google Dalvik VM...
分类:移动开发   时间:2014-12-10 07:04:03    阅读次数:180
[Express + Webstrom] Debug Node.js RESTful application
Using WebStrom can easily debug the Node applcation.For example, we have an Node+Express application.server.js:/** * Created by Answer1215 on 12/9/201...
分类:移动开发   时间:2014-12-10 07:05:49    阅读次数:244
【外文】Advanced XSS Tutorials for Web application Pen Testing
原文http://alihassanpenetrationtester.blogspot.com/2013/01/bypassing-xss-filters-advanced-xss.htmlHi friends, last time, i explained what is XSS and how...
分类:移动开发   时间:2014-12-10 07:04:31    阅读次数:343
【外文】XSSer automatic tool for pentesting XSS attacks against different applications
原文http://xsser.sourceforge.net/IntroductionCross Site "Scripter" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabili...
分类:移动开发   时间:2014-12-10 07:02:06    阅读次数:598
wp8.1 Study9:针对不同的屏幕和手机方向调整UI
一、预备知识 现在不同屏幕大小WP8.1手机越来越多,那么在设计UI时,这需要我们考虑这个问题。在WP中,比例因子(a scale factor)能很好的解决问题,而且在微软系统的PC/平板/手机都是这样做的。scale factor是根据物理的手机屏幕尺寸等参数计算出来的,有具体的计算公式,在这....
分类:移动开发   时间:2014-12-10 01:43:38    阅读次数:328
iOS UITableView中异步加载图片 - 解决方案
问题背景: 需要在UITableView中的每一行下载图片,之前使用placeholder,下载好后存在cache中。 解决方案: 方案一: 使用SDWebImage:https://github.com/rs/SDWebImage 如何安装及使用在git页面有详细解释,具体使用的代码: #import ... - (UITableViewCell *)tableView...
分类:移动开发   时间:2014-12-10 00:34:03    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!