http://blog.csdn.net/guolin_blog/article/details/17482095/ http://blog.csdn.net/guolin_blog/article/details/17482165 http://blog.csdn.net/guolin_blog/ ...
分类:
移动开发 时间:
2017-01-04 18:21:57
阅读次数:
218
1 #include 2 #include 3 int main() 4 { 5 char s[80]; 6 int i,j; 7 printf("Please input the string:\n"); 8 gets(s); 9 j=strlen(s)-1; 10 for(i=0;i<j;i++... ...
分类:
编程语言 时间:
2017-01-04 12:49:48
阅读次数:
170
一 ToggleButton和ToggleSwitch区别 没区别,就是继承... 二 ToggleSwitch实现音乐开关 皮肤文件过于复杂,使用几张图片,设置状态,并移动白色圆点位置。 直接使用两张图片,然后用ToggleButton的正常和按下状态更方便。 ...
分类:
其他好文 时间:
2017-01-04 12:45:10
阅读次数:
359
<input type="radio" name="radio" value="1">单选1 <input type="radio" name="radio" value="2">单选2 <input type="radio" name="radio" value="3" checked& ...
分类:
Web程序 时间:
2017-01-04 10:57:46
阅读次数:
177
在Web.config中设置httpHandlers 请求静态资源可以访问 ...
分类:
Web程序 时间:
2017-01-04 10:47:19
阅读次数:
236
MongoDB介绍 MongoDB是一个面向文档的,开源数据库程序,它平台无关。MongoDB像其他一些NoSQL数据库(但不是全部!)使用JSON结构的文档存储数据。这是使得数据非常灵活,不需要的Schema。 一些比较重要的特点是: 支持多种标准查询类型,比如matching()、compari ...
分类:
数据库 时间:
2017-01-04 10:39:17
阅读次数:
270
1.人生的所有经历的这些,痛苦的选择也好,只是磨难,考验和修行,快乐的部分,也不一定就是为未来好的。 2.要成就大事之前,就必须经历这无头苍蝇似的乱撞,探索。 才能找到正确的前行方向,没有谁能够直接指出一个明路给你 3.做了一个奇葩的梦,梦到雷军 4.领悟了期货短线交易训练的关键核心方法。在前人的基 ...
分类:
其他好文 时间:
2017-01-04 10:38:48
阅读次数:
271
题意:给出n个单词,一篇文章,询问有几个单词在文章中出现过。 ...
分类:
其他好文 时间:
2017-01-04 10:24:31
阅读次数:
123
package com.example.administrator.filemanager.utils;import android.content.Context;import android.graphics.Bitmap;import android.graphics.BitmapFactor ...
分类:
其他好文 时间:
2017-01-04 10:22:38
阅读次数:
153