上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 158 下一页
摘要: 256.Sales details are being stored on a daily basis in the SALES_2007 table. A large amount of data is added to the table daily. To save disk space, y 阅读全文
posted @ 2017-05-24 18:49 yangykaifa 阅读(110) 评论(0) 推荐(0)
摘要: 运算符是编程中用得最多的,其包含一元,二元和三元 三种运算符。swift也和其他编程语言一样基本就那些,以下总结一下,也有它特有的运算符。比方区间运算符 1、一元运算符 = 赋值运算符,用得最多的啦,其不带不论什么返回值 + 加法(数字相加,也可用于字符拼接var ss = "a"+"b") - 减 阅读全文
posted @ 2017-05-24 17:49 yangykaifa 阅读(172) 评论(0) 推荐(0)
摘要: Time Limit : 5000/1000ms (Java/Other) Memory Limit : 32768/32768K (Java/Other) Total Submission(s) : 36 Accepted Submission(s) : 16 Problem Descriptio 阅读全文
posted @ 2017-05-24 16:30 yangykaifa 阅读(391) 评论(0) 推荐(0)
摘要: 上一篇文章粗略地介绍了一下关于Android中Task的基本知识。只是实践才是检验真理的唯一标准,所以。今天就来试验一下Task中的launchMode是否真的实现了文档所说的那样。 首先。定义三个Activity。MainActivity打开SecondActivity,SecondActivit 阅读全文
posted @ 2017-05-24 14:57 yangykaifa 阅读(229) 评论(0) 推荐(0)
摘要: Oracle 提供两种方式实现 128 码的编码 第一种方式是使用 Reports Builder 实现对 128 码编码, 在 Metalink 305090.1[1] 有 比較详尽的描写叙述,当中的 IDAUTOMATION.PLL 中包括方法 Code128A。 Code128B 及 Code 阅读全文
posted @ 2017-05-24 14:08 yangykaifa 阅读(1122) 评论(0) 推荐(0)
摘要: http://androidren.com/index.php?qa=322&qa_1=java-%E4%B8%AD-modifer-public-is-reduntant-for-interface-methods 常常会看到接口上写了public修饰方法,然后IDE,比方:Eclipse或者ID 阅读全文
posted @ 2017-05-24 13:19 yangykaifa 阅读(256) 评论(0) 推荐(0)
摘要: Atrrible /s/d –s –h u盘修复 Atrrible /s/d –s –h u盘修复 阅读全文
posted @ 2017-05-24 11:55 yangykaifa 阅读(103) 评论(0) 推荐(0)
摘要: 将数字转成一个字符串即可了。 import java.util.Scanner; public class convertNumber { public static void main(String args[]){ Scanner input=new Scanner(System.in); in 阅读全文
posted @ 2017-05-24 11:36 yangykaifa 阅读(184) 评论(0) 推荐(0)
摘要: Unity3D & C#Design Patterns 23 design patterns. Creational Patterns 1. Abstract Factory抽象工厂 创建几个类似的类的一个实例 2. Builder生成器 分离对象构造与它的表示 3. Factory Metho 阅读全文
posted @ 2017-05-24 10:37 yangykaifa 阅读(263) 评论(0) 推荐(0)
摘要: CCEditBox、CCControlSwitch、CCControlSlider、CCControlColourPicker、CCControlButton等都是Cocos2d-x 2.x的最新UI扩展,通过#include "cocos-ext.h"导入 一、CCControlSwitch 1、 阅读全文
posted @ 2017-05-24 09:14 yangykaifa 阅读(242) 评论(0) 推荐(0)
上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 158 下一页