移动平台-周排行
xamarin安装/联通vs设置打造C#开发android程序环境 ...
分类:移动平台 时间:2016-07-12 19:30:46 收藏:0 阅读:890
YY直播点赞效果烟花演示效果会持续更新动画相关的小效果点我下载工程-感觉不错点个Star代码展示 self.view.backgroundColor = [UIColor blackColor]; self.caELayer = [CAEmitterLayer layer]; // 发射源 self.caELayer.em...
分类:移动平台 时间:2016-07-19 10:12:14 收藏:0 阅读:385
//添加消息通知 小红点iOS自带 NSArray *tabBarItems = self.navigationController.tabBarController.tabBar.items; UITabBarItem *personCenterTabBarItem = [tabBarItems ...
分类:移动平台 时间:2016-07-25 01:43:33 收藏:0 阅读:1179
一、问题 今天准备使用v7包中的ToolBar来用,但是在styles.xml中引入Theme.AppCompat.Light的时候,报错“no resource found that matches the given name 'android:Theme.AppCompat.Light'”。 ...
分类:移动平台 时间:2016-09-05 12:14:40 收藏:0 阅读:1209
...
分类:移动平台 时间:2016-09-18 11:50:11 收藏:0 阅读:416
第一种方法 UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectZero]; NSString *userAgent = [webView stringByEvaluatingJavaScriptFromString:@"navig ...
分类:移动平台 时间:2016-09-19 15:59:33 收藏:0 阅读:379
Android图表库MPAndroidChart(四)——条形图的绘制过程过程,隐隐约约我看到了套路 在学习本课程之前我建议先把我之前的博客看完,这样对整体的流程有一个大致的了解 Android图...
分类:移动平台 时间:2016-11-17 16:04:15 收藏:0 阅读:314
好久没写博客了,带着点小愧疚来,添上几个字; 这是今天遇到的一个bug,之前也遇到过,为了后面方便,就记下。 bug提示:com.android.internal.os.ZygoteInit$MethodAndArgsCaller,bug表现:android小app直接闪退;要是不断点调试,还真不知 ...
分类:移动平台 时间:2016-12-09 16:23:40 收藏:0 阅读:5190
新建项目 布局截图如下(一个输入框,一个按钮,一个imageview),输入想要的东西(文字,数字,网站链接等)然后点击按钮生成二维码,然后可以扫描识别。 首先需要一个谷歌的一个jar包 activity的代码 找到输入框,和按钮,imageview 按钮点击事件 完成截图(写什么都可以)【】 ...
分类:移动平台 时间:2016-12-28 18:01:11 收藏:0 阅读:318
获取焦点的view对象 View view=getWindow().getDecorView().findFocus(); 如果是EditText if(view instanceof EditText) { ((EditText) view).setText("当前焦点"); }以上来自网络 ...
分类:移动平台 时间:2016-12-31 13:35:13 收藏:0 阅读:894
1、方法定义 call方法: 语法:call([thisObj[,arg1[, arg2[, [,.argN]]]]]) 定义:调用一个对象的一个方法,以另一个对象替换当前对象。 说明: call 方法可以用来代替另一个对象调用一个方法。call 方法可将一个函数的对象上下文从初始的上下文改变为由 ...
分类:移动平台 时间:2017-01-07 16:46:37 收藏:0 阅读:266
下载地址: ...
分类:移动平台 时间:2017-01-14 21:07:24 收藏:0 阅读:1903
此人对slam比较了解 http://blog.csdn.net/u012700322/article/category/6277842 gmapping: scanmatch方法:链接 gmapping是目前应用最广的2D slam 方法,利用RBPF方法,故需要了解粒子滤波算法。scan-mat ...
分类:移动平台 时间:2017-01-20 00:27:15 收藏:0 阅读:1612
Windows环境下使用svn对AndroidStudio更新代码时,总会在源文件中出现一堆乱码,尤其是xml文件中的乱码,不仅找起来费劲,改起来更费劲。 最近从svn更新代码之后,编译时出现了下面这个提示,而且AS中没有错误提示,这可真是捉急了。 databinding error:Executi ...
分类:移动平台 时间:2017-01-23 21:17:39 收藏:0 阅读:2048
错误信息: ERROR: ASCII '\0' appeared in the statement, but this is not allowed unless option --binary-mode is enabled and mysql is run in non-interactive ...
分类:移动平台 时间:2017-02-08 14:25:26 收藏:0 阅读:7294
public void httpget(String uri){ HttpURLConnection connection = null; FileOutputStream fos = null; File fie = new File("/sdcard/W_Local_Data/LiveVideo ...
分类:移动平台 时间:2017-02-25 18:21:59 收藏:0 阅读:629
援引:http://www.jianshu.com/p/1d6a8fc8134f iOS要获取蓝牙设备的MAC地址有两种:一是硬件工程师开通的服务特征下有MAC的信息,我们就从通道中获取;二是硬件工程师在扫描中设备信息中放置MAC信息,我们从有RSSI的函数中获取 1.形如你所在其他网站上看到的在某 ...
分类:移动平台 时间:2017-03-07 12:50:22 收藏:0 阅读:673
问题描述: 新上线的产品,ios同事拿着一串报错来找我,日志如下:err =Error Domain=NSURLErrorDomain Code=-1003 "未能找到使用指定主机名的服务器。",接口中请求的域名为app.xxx.com(xxx.com隐藏)。 安卓手机,自带网络,访问域名app.x ...
分类:移动平台 时间:2017-04-13 12:48:26 收藏:0 阅读:3096
[root@localhost mysql]# ./scripts/mysql_install_db --user=mysql --basedir=/application/mysql/ --datadir=/application/mysql/data/Installing MySQL syste ...
分类:移动平台 时间:2017-04-25 18:04:28 收藏:0 阅读:1982
上篇博客提到过SQLite。它是嵌入式数据库,因为其轻巧但功能强大,被广泛的用于嵌入式设备其中。后来在智能手机、平板流行之后,它作为文件型数据库,差点儿成为了智能设备单机数据库的必选,能够随着安卓app打包到apk文件其中。SQLite的官方站点是http://www.sqlite.org/,能够随 ...
分类:移动平台 时间:2017-05-13 22:35:53 收藏:0 阅读:283
140414243448121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!