摘要: 目前发布的 rapidtier 是测试版,完全免费!现在正在开发 rapidtier 的正式版,功能将会有大幅度的增加,打算走共享软件之路。所以现在要寻找保护 .net 程序集,创建完善的软件注册机制的方法。 今天在 the code project 看到一篇关于保护 .net 程序集的文章,作者已经写了3部分(还没有写到重点),大家都来关注一下: building security aware......
摘要:由于java的简单类型不能够精确的对浮点数进行运算,这个工具类提供精确的浮点数运算,包括加减乘除和四舍五入。 以下为代码:import java.math.bigdecimal;public class arith { //默认除法运算精度 private static final int def_div_scale = 10; //这个类不能实例化 private arith(){ } /** ......
工作了2个星期虽然满累的..
不过还是很开心... 【程序编程相关:
将文本藏入图片 选择自 Virl】 【推荐阅读:
c#中结构与类的区别】 【扩展信息:
Linker Tools Warning】 深刻的体会到日本软件制作的流程化. 公司提供日语技术培训等等.比起只知道压榨人的国内软件企业相差太多了.
这里我要说,要安心工作就去外企.
摘要:我们先来看看javax.swing.popup的javadoc中的描述:popups are used to display a component to the user, typically on top of all the other components in a particular containment hierarchy. popups have a very small lif......