Dandelion's uncle is a boss of a factory. As the spring festival is coming , he wants to distribute rewards to his workers. Now he has a trouble about ...
分类:
编程语言 时间:
2017-07-10 13:14:18
阅读次数:
321
本文为博主原创文章,未经博主允许不得转载! 最近博主的项目中在BOSS,PORTAL系统中要运用到一些AngularJs的知识,所以特别梳理了一下,希望能够与大家一起分享,总之,要脚踏实地,日积月累。 准备 你需要知道哪些知识 (source) 如何搭建你的开发环境 选择Web浏览器 选择代码编辑器 ...
分类:
Web程序 时间:
2017-07-09 18:29:36
阅读次数:
232
BOOKSTORE OPENCART 自适应主题模板 ABC-0109 Designed with luxurious colors Suitable for shop selling: Books , templates, Card, picture, Art, Photography.. Des ...
分类:
其他好文 时间:
2017-07-09 10:45:34
阅读次数:
174
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style> *{ margin: 0; padding: 0; } #boss{ margin:auto ; width: 500px; ba ...
假如AX现在有一个数是123d ,要把它打印到屏幕上。首先进行拆分。 123 除以 10 =12 余数为312 除以 10 =1 余数为21 除以 10 =0 余数为1同样,把AX的内容不停的除以10,只需要3次,然后把每次的余数反向组合到一起,就是原来的数字。再把这5个数字对应的Ascll输入到显 ...
分类:
其他好文 时间:
2017-07-04 20:10:08
阅读次数:
156
软件152 吴文鑫 public interface IBoss { public void kaiHui(); //老板要开会 } 接口实现类 public class Boss implements IBoss{ public void kaiHui() { System.out.println ...
分类:
编程语言 时间:
2017-07-02 23:13:41
阅读次数:
303
Place the Robots Time Limit: 5 Seconds Memory Limit: 32768 KB Robert is a famous engineer. One day he was given a task by his boss. The background of ...
分类:
其他好文 时间:
2017-07-02 20:27:34
阅读次数:
176
Recently I developed a payment plugin(compropago) for echsop platform.Of course,It can be used for other E-Commerce Platform(OpenCart,Magento,WooComme ...
分类:
其他好文 时间:
2017-06-21 11:48:56
阅读次数:
227
背景:BOSS须要我写一个工厂採集端到服务器端的数据同步触发器,数据库採用的是sqlserver2008 需求:将多台採集机的数据同步到server中,假设採集端数据库与server数据库连接失败则将数据保存到记录表中 前期思路:从採集端创建server端的数据库链接,通过採集端的insert,up ...
分类:
数据库 时间:
2017-06-20 09:39:50
阅读次数:
208
分析NioEventLoopGroup最主有两个疑问 1.next work如何分配NioEventLoop 2.boss group 与child group 是如何协作运行的 从EventLoopGroup接口约定通过register方法从channel或promise转换成ChannelFut ...
分类:
Web程序 时间:
2017-06-19 15:54:34
阅读次数:
167