码迷,mamicode.com
首页 > 2015年06月10日 > 全部分享
android怎么在launcher修改内置apk的icon
找到launcher下的IconCache中添加变量用来存储要修改apk的包名 及要修改成的icon     private String[] className = {"com.google.android.apps.maps","com.google.android.googlequicksearchbox"};     private int[]  resId = {R.drawab...
分类:移动开发   时间:2015-06-10 12:23:16    阅读次数:123
企业证书APP发布流程
企业发布app的 过程比app store 发布的简单多了,没那么多的要求,哈 但是整个工程的要求还是一样,比如各种像素的icon啊 命名规范啊等等。 下面是具体的流程 1、修改你的 bundle identifier 为你的企业的app id : 2、修改Edit scheme  3、修改为 Release ...
分类:移动开发   时间:2015-06-10 12:21:30    阅读次数:151
BZOJ 3203 Sdoi2013 保护出题人 凸包+三分
题目大意:太长自己看 令sumisum_i表示第ii个僵尸以及之前的僵尸的体力总和,disidis_i表示第ii个僵尸与房屋的初始距离 我们发现我们能消灭一个僵尸当且仅当y>=sumidisiy>=\frac{sum_i}{dis_i} 那么我们要求的显然就是max{sumidisi}max\{\frac{sum_i}{dis_i}\} 我们将一个僵尸抽象成一个点sumidisi\frac{...
分类:其他好文   时间:2015-06-10 12:24:13    阅读次数:163
微信生成二维码
本人小菜鸟一只,为了自我学习和交流PHP(jquery,linux,lamp,shell,javascript,服务器)等一系列的知识,小菜鸟创建了一个群。希望光临本博客的人可以进来交流。寻求共同发展。搭建平台。本人博客也有许多的技术文档,希望可以为你提供一些帮助。QQ群:   191848169               QQ:450225664 //生成带参数的临时二维...
分类:微信   时间:2015-06-10 12:21:23    阅读次数:273
基于am3358的led跑马灯测试
#include #include #include #include static int fb; int main() { int i=0; printf("hello world !\n"); fb = open("/dev/led", O_RDWR);//打开设备 if (fb < 0) { perror("open device leds fail...
分类:其他好文   时间:2015-06-10 12:21:04    阅读次数:138
基于am3358的lcd输出
/*#include */ #include #include #include #include #include #include #include #include #include //14byteÎÄ?þÍ· typedef struct { char cfType[2];//ÎÄ...
分类:其他好文   时间:2015-06-10 12:23:30    阅读次数:99
微信支付 V3版
本人小菜鸟一只,为了自我学习和交流PHP(jquery,linux,lamp,shell,javascript,服务器)等一系列的知识,小菜鸟创建了一个群。希望光临本博客的人可以进来交流。寻求共同发展。搭建平台。本人博客也有许多的技术文档,希望可以为你提供一些帮助。QQ群:   191848169               QQ:450225664 需要申请相应的帐号 ...
分类:微信   时间:2015-06-10 12:23:09    阅读次数:329
leetcode - Valid Number
题目: Valid Number Validate if a given string is numeric. Some examples: "0" => true " 0.1 " => true "abc" => false "1 a" => false "2e10" => true class Solution { public: bool is...
分类:其他好文   时间:2015-06-10 12:22:09    阅读次数:113
Leetcode[141]-Linked List Cycle
Given a linked list, determine if it has a cycle in it.Follow up: Can you solve it without using extra space?分析:设置两个临时指针,一个一次走一步,一个一次走两步,如果再次相遇,表示有环。Code(c++):/** * Definition for singly-linked list....
分类:其他好文   时间:2015-06-10 12:22:20    阅读次数:113
Qt QImageReader 类似乎有bug
Qt 版本 5.4.1 (VS2010)   最近在做一个小程序,其实很简单,就是打开一个gif 动画,可以静态显示其中任意一帧图像。Qt 中有一个QImageReader 类,用这个类理论上说可以很方便的实现这个功能。   QImageReader imageReader; imageReader.setFileName(“某gif”); 这两步操作可以打开一个gif 图像。   ...
分类:其他好文   时间:2015-06-10 12:20:47    阅读次数:82
关于Android30问专栏的前言
前言 上周的时候见一个日报的老大哥,在吃饭闲聊之余,问了一下我你在公司是不是属于那比不可少的人员,我有点不好意思的说是的,因为项目组里做android的人暂时只有我一个。趁这周末的时候,我自己想了一想,自己目前的能力是属于可以好好的运用工具、接口、语法等来完成公司要求的任务,但对于技术的核心,原理什么的,让我详细的描述的话,还是一知半解。这样的结果就体现在了求职面试中,以及就职你所...
分类:移动开发   时间:2015-06-10 12:22:59    阅读次数:162
Flask + mod_wsgi + Apache on Windows 部署成功(随时接受提问)
前言 说是前言,纯粹就是吐槽。如果你赶时间,完全可以跳过这部分,我保证不会在这里隐藏任何有用的内容。 人上年纪后,可能冲劲不足,我花了大概两周的时间才成功的将flask部署到windows上。还好没有放弃,最终找到了答案。 不过这也说明我在开源软件的应用和配置上还很差劲呀,当我看到要用VC10的C/C++编译器编译源代码时,头都大了。你说我们这些平时习惯了Vistual Studio编译的,...
分类:Windows程序   时间:2015-06-10 12:22:37    阅读次数:1172
基于am3358的蜂鸣器测试
#include #include #include #include static int fb; int main() { int i=0; printf("hello world !\n"); fb = open("/dev/beep", O_RDWR); if (fb < 0) { perror("open device beep fail"); ...
分类:其他好文   时间:2015-06-10 12:19:48    阅读次数:115
Spark调研笔记第6篇 - Spark编程实战FAQ
本文主要记录我使用Spark以来遇到的一些典型问题及其解决办法,希望对遇到同样问题的同学们有所帮助。 1. Spark环境或配置相关 Q: Spark客户端配置文件spark-defaults.conf中,spark.executor.memory和spark.cores.max应该如何合理配置? A: 配置前,需要对spark集群中每个节点机器的core和memory的配置有基本了解。比如...
分类:其他好文   时间:2015-06-10 12:21:16    阅读次数:189
D3js-API介绍【中】
JavaScript可视化图表库D3.js API中文参考,d3.jsapi D3 库所提供的所有 API 都在 d3 命名空间下。d3 库使用语义版本命名法(semantic versioning)。 你可以用 d3.version 查看当前的版本信息。 d3 (核心部分) 选择集 d3.select - 从当前文档中选择一系列元素。 d3.selectAll - 从当...
分类:Windows程序   时间:2015-06-10 12:22:05    阅读次数:681
D3js-API介绍【英】
Everything in D3 is scoped under the d3 namespace. D3 uses semantic versioning. You can find the current version of D3 as d3.version. See one of: Behaviors - reusable interaction behavi...
分类:Windows程序   时间:2015-06-10 12:20:27    阅读次数:822
Unique Paths I,II
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any point in time. The robot is trying to reach the...
分类:其他好文   时间:2015-06-10 12:19:26    阅读次数:113
2053条   上一页 1 ... 77 78 79 80 81 82 83 ... 121 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!