年前朋友让我帮忙做个wms系统(warehouse manage system)来控制入库出库的先入先出。于是一股折腾,最近朋友说他们单位上了个集团应用,其中有这部分的出入库功能,所以最后整个项目就嗝屁了...
[转]黑莓UI设计样例
The Graphics API provides features for working with images and painting, which together can be used to create custom UI components. The sample code provides a library of various custom components, including buttons, fields, and managers and can be do...
38球找球游戏VB源码
新开网站,目前还在陆续搬家中,现开源一个以前随手做的VB小游戏供VB新手学习用。 不过目前VB还有人用吗。。。 源代码如下: Dim i As Integer Dim j As Integer Dim ball(38) As Double Dim status(38) As S...
黑莓新浪围脖客户端简单莓中自动判断HTTP连接方法
static String getConnectionPerameter() { if(Feelsina.connectmode.equalsIgnoreCase("WIFI")) return ";interface=wifi"; if(Feelsina.connectmode.equalsIgnoreCase("CMNET"))...
黑莓新浪围脖客户端简单莓源码
由于新浪官方关闭了basic-auth的方式,而简单莓用的是这种方式,因此不能再用,需要调整部分认证代码才可,本人也懒得改了,因此将此程序开源,供有兴趣的朋友自行研究。 代码没有整...
LPC中的物品构建
inherit ITEM; //继承物品ITEM void create() { set_name("面目空白的木像", ({ "muxiang" , "木像"}) ); set_weight(50); //重量 if( clonep() ) set_default_ob...
skill中的damage值的用途
今天有人问我skill中的damage到底什么用,是不是越大表示能破jin-gang,于是查了查lib mapping *action = ({ ([ "action": "$N双掌一错,一招“魔火天焚”幻出漫天掌影拢向$n的$l", "dodg...
skill中有效系数的调用
先看/feature/skill.c文件中的一段 varargs int query_skill(string skill, int raw) { if( !raw ) { int s , level; s = query_temp("apply/" + skill); if( mapp(skills) ) { ...
LPC中的场景构建
inherit ROOM; void create() { set("short", "风云天骄门"); set("long", @LONG 这是一座古老而神圣的大理石门,大约建于百年前。门上斑斑点点, 风化不堪。传说中是玉皇大帝临凡佳奖天下儿...
快乐风云2的交易系统tradeup.c源码
摆摊上架的代码。 // by tiandi for trade system #include <ansi.h> inherit F_CLEAN_UP; string value_string(int value) { if( value < 1 ) value = 1; else if( value < 100 ) return ch...