2014-06-04 BaoXinjian一、步骤1.
输入销售订单,输入(Enter)-->预定(Book)-->计划(Schedule)-->保留(Reserve)2. 进行挑库操作,
挑库(Pick Release)-->挑库确认(Pick Confirm)3. 制作发运单,制作发运单(Cre...
分类:
其他好文 时间:
2014-06-05 16:49:05
阅读次数:
867
UIBarButtonItem *tbarItem =
[[UIBarButtonItemalloc]
initWithBarButtonSystemItem:UIBarButtonSystemItemActiontarget:selfaction:@selector(book)];
UIBar.....
分类:
其他好文 时间:
2014-06-04 21:34:39
阅读次数:
239
Linq是C#3.0引入的,在C#2.0实现从集合中过滤符合条件的记录实现方式。
假设有一个Book类,以及一个Book类的集合,现在需要从集合中查找出单价大于50的Book。 1、固定查询字段的实现方式: Book.cs类:using
System;using System.Collec...
分类:
其他好文 时间:
2014-06-02 21:43:50
阅读次数:
309
More praise for FLIPPED"We flipped over this
fantastic book, its gutsy girl Juli and its wise, wonderful ending."--The
Chicago Tribune"Delightful! Del...
分类:
其他好文 时间:
2014-06-02 20:03:59
阅读次数:
2055
自学资料总结实现的功能:Java实现Excel导入数据库,如果存在就更新数据库中的数据导入到Excel1、添加jxl.jarmysql-connector-java.1.7-bin.jar包到项目的lib目录下2、Excel文件目录:D://book.xls3、数据库名:javenforexcel...
分类:
数据库 时间:
2014-06-01 12:07:06
阅读次数:
368
此页面为WP8“Surface Pro 3”应用的发布页面。“Surface Pro
3”是一款收集Surface Pro
3的玩机技巧的WP8程序,更好的帮助Surface用户理解并使用它。此页面主要记录开发进度、APP发布等情况。-------------------相关进度----------...
分类:
其他好文 时间:
2014-05-31 13:15:26
阅读次数:
201
ProblemBReadingbooks(InputFile:book.in/StandardOutput)Inthesummervacation,LRJwantstoimprovehimselfincomputerscience.SohefindsoutNbooksofcomputerscienc...
分类:
其他好文 时间:
2014-05-30 10:40:11
阅读次数:
252
pygame.init()
#初始化pygame,为使用硬件做准备screen=pygame.display.set_mode((640,480),0,32)
#创建了一个窗口,set_mode会返回一个Surface对象,代表了在桌面上出现的那个窗口,三个参数第一个为元祖,代表分 辨率(必须);第...
分类:
其他好文 时间:
2014-05-26 20:10:13
阅读次数:
337
canvas通俗的说就是一张画布,我们可以使用画笔paint,在其上面画任意的图形。
原理:
可以把canvas视为Surface的替身或者接口,图形便是绘制在Surface上的。Canvas封装了所有的绘制调用。通过Canvas,
绘制到Surface上的内容首先存储到一个内存区域(也就是对应的Bitmapz中),该Bitmap最终会呈现到窗口上。
使用:
1、Canv...
分类:
移动开发 时间:
2014-05-25 21:10:21
阅读次数:
348