上一页 1 ··· 182 183 184 185 186 187 188 189 190 ··· 235 下一页
摘要: Border布局: Ext.onReady(function(){ Ext.QuickTips.init(); Ext.create('Ext.container.Viewport', { //通常是渲染到viewport中 title: "table布局的面板", layout:'border', 阅读全文
posted @ 2017-06-03 17:26 llguanli 阅读(164) 评论(0) 推荐(0)
摘要: 在html中是select readonly后。依旧能够下拉选择。不想做disabled添加隐藏域,以下提供两种解决方式 解决方式1: onfocus="this.defaultIndex=this.selectedIndex;" onchange="this.selectedIndex=this. 阅读全文
posted @ 2017-06-03 16:06 llguanli 阅读(1618) 评论(0) 推荐(0)
摘要: ———不是本科毕业?不是计算机专业?做过电子厂?做过数控?看传智中专生侃项目,“侃晕”项目经理。从流水线上华丽转身,8.5k高薪再就业 系列三承诺写写上海传智Java六期提前就业的一位同学,为什么写他?由于从他身上我看到了非常多正能量,看到了一个不具备从事IT业基础知识的屌丝怎样不甘于现状怀揣改变生 阅读全文
posted @ 2017-06-03 14:32 llguanli 阅读(296) 评论(0) 推荐(0)
摘要: 题目:给你一个数字n0。将它的每一个位的数字按递增排序生成数a,按递减排序生成数b, 新的数字为n1 = a-b,下次依照相同方法计算n1,知道出现循环,问计算了多少次。 分析:数论、模拟。直接模拟计算就可以,利用hash表判重。 说明:注意初始化。 #include <algorithm> #in 阅读全文
posted @ 2017-06-03 13:29 llguanli 阅读(348) 评论(0) 推荐(0)
摘要: //字符串,数组 /* 题目: 输入一行字符,将辅音字母按反序输出(去掉元音字母),并存放在还有一字符串! */ #include<stdio.h> #include<string.h> #define N 256 void main() { char a[N],b[N]; int i,j,k=0; 阅读全文
posted @ 2017-06-03 12:12 llguanli 阅读(684) 评论(0) 推荐(0)
摘要: 第一步:构造分布式Hadoop2.2.0集群 1,在Windows 7(本教程中的Spark集群执行的机器是8G的Windows内存)上安装VMware虚拟机(我们安装的是VMware-workstation-full-9.0.2),本教程中的VMware Workstation下载地址: http 阅读全文
posted @ 2017-06-03 10:39 llguanli 阅读(186) 评论(0) 推荐(0)
摘要: The fraction 49/98 is a curious fraction, as an inexperienced mathematician in attempting to simplify it may incorrectly believe that49/98 = 4/8, whic 阅读全文
posted @ 2017-06-03 10:04 llguanli 阅读(183) 评论(0) 推荐(0)
摘要: 用FineRepor搭建的数据决策系统。系统自己主动生成的地址一般都比較长,比方原来的登陆地址:http://196.128.1.2/WebReport/ReportServer?op=fs,地址太长不易记忆。这就产生了一个问题:怎样实现直接在在浏览器输http://196.128.1.2就能訪问数 阅读全文
posted @ 2017-06-03 09:03 llguanli 阅读(325) 评论(0) 推荐(0)
摘要: 一些好用的 Deep learning toolboxs DeepLearningToolbox MATLAB实现,能够使用CPU或GPU。GPU运算用gpumat实现。改动内核代码很方便 支持主要的 deep structures https://github.com/rasmusbergpalm 阅读全文
posted @ 2017-06-03 08:28 llguanli 阅读(244) 评论(0) 推荐(0)
摘要: 在GitBush中向已经存在的Repository提交README.md改动。命令例如以下: touch README.md git init git add README.md git commit -m "first commit" git remote add origin git@githu 阅读全文
posted @ 2017-06-02 13:51 llguanli 阅读(412) 评论(0) 推荐(0)
上一页 1 ··· 182 183 184 185 186 187 188 189 190 ··· 235 下一页