sudo dpkg --add-architecture i386echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" |\sudo tee -a /etc/apt/s...
分类:
系统相关 时间:
2015-03-05 12:40:52
阅读次数:
158
//// ViewController.m// BLE1//// Created by Shawn on 15-1-29.// Copyright (c) 2015年 BIll-JC. All rights reserved.//#import "ViewController.h"#impo...
分类:
移动开发 时间:
2015-03-04 18:26:46
阅读次数:
1309
DescriptionLike everyone, cows enjoy variety. Their current fancy is new shapes for pastures. The old rectangular shapes are out of favor; new geometr...
分类:
其他好文 时间:
2015-03-04 16:29:08
阅读次数:
125
1,创建删除触发器create trigger order_Deleteafter delete on orderTablefor each rowbegin update orderTable set id=id-1 where id>old.id;end ;
分类:
数据库 时间:
2015-03-03 23:33:14
阅读次数:
179
我的个人博客(肥龙的博客)发表了新文章了! 欢迎大家过来阅读,以下是文章的连接地址 http://www.comingcode.com/?p=334 ????不满足日前已经上线的“The Old Pirate Bay”,种子网站isoHunt在不久前再次推出了...
分类:
其他好文 时间:
2015-03-03 19:04:18
阅读次数:
133
requirejs还有很多不错的功能,但是可能不是非常常用,下面来介绍下这些功能:1. map参数map: { "new_aaa": { "ccc": "moudle/ccc/ccc1" }, "old_aaa": { ...
分类:
Web程序 时间:
2015-02-28 16:17:03
阅读次数:
163
出库ck_sc_bill(lmis)inf_ck_sc_bill(inf)inf_lmis_imp_ck_bill(ksoa)inf_erp_imp_ck_hz/mx(ksoa)入库rk_sc_bill(lmis)inf_rk_sc_bill(inf)inf_lmis_imp_rk_bill(ksoa)inf_erp_imp_rk_hz/mx(ksoa)库存inf_kc_spphhw(inf)inf_kc_spphhw/spzkc(ksoa)
分类:
Web程序 时间:
2015-02-28 00:26:10
阅读次数:
202
经常从github上down下来一些工程,但是因为as版本问题,导致很多因为as版本原因导致的错误,下面记载我发现的一些问题和解决办法,会一直更新
1.Gradle
DSL method not found: 'runProguard()'
解决办法:
更改项目build.gradle参数
old:
buildTypes {
release {
ru...
分类:
移动开发 时间:
2015-02-27 21:40:26
阅读次数:
255
求n的平方根,先如果一推測值X0 = 1,然后依据下面公式求出X1,再将X1代入公式右边,继续求出X2…通过有效次迭代后就可以求出n的平方根,Xk+1先让我们来验证下这个巧妙的方法准确性,来算下2的平方根 (Computed by Mathomatic)1-> x_new = ( x_old + y...
分类:
其他好文 时间:
2015-02-27 20:08:22
阅读次数:
175
伟大的Bill Gates 曾经说过: 640K ought to be enough for everybody — Bill Gates 1981 程序员们经常编写内存管理程序,往往提心吊胆。如果不想触雷,唯一的解决办法就是发现所有潜伏的地雷并且排除它们,躲是躲不了的。本文的内容比一般...
分类:
其他好文 时间:
2015-02-27 14:58:55
阅读次数:
176