打赏
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: 问题描述:第一次启动输入jps都有,第二次没有datanode 日志如下: 问题分析:在第一次格式化dfs后,启动并使用了hadoop,后来又重新执行了格式化命令(hdfs namenode -format), 这时namenode的clusterID会重新生成,而datanode的clusterI 阅读全文
posted @ 2017-10-05 20:43 海米傻傻 阅读(1728) 评论(1) 推荐(0) 编辑
摘要: 问题描述:E45: 'readonly' option is set (add ! to override) 问题分析:该错误为当前用户没有权限对文件作修改 问题解决: 输入 :w !sudo tee % :w – write !sudo – call shell sudo command tee 阅读全文
posted @ 2017-10-05 20:37 海米傻傻 阅读(14673) 评论(1) 推荐(0) 编辑
摘要: 问题描述:Incorrect configuration: namenode address dfs.namenode.rpc-address is not configured 问题分析:core-site.xml和hdfs-site.xml有问题 1.内容 2.格式(缩进为四个空格) 阅读全文
posted @ 2017-10-05 20:35 海米傻傻 阅读(821) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://blog.csdn.net/u014695188/article/details/52263903 问题描述:SpringBoot bean无法注入的问题(与文件包位置有关) 问题分析:SpringBoot项目的Bean装配默认规则是根据Application类所在的包位置从 阅读全文
posted @ 2017-07-19 23:34 海米傻傻 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: 1. 注册或者登录后下载mysql 2. mysql 安装以及配置 3. 测试编码方式,中英文:mysql 中文乱码 阅读全文
posted @ 2017-07-18 23:34 海米傻傻 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://www.cnblogs.com/mrlaker/archive/2013/04/29/3050888.html http://www.jb51.net/article/61193.htm 问题描述: 解决方案: 也可以路径为(\xampp\apache\conf\extra\ 阅读全文
posted @ 2017-07-18 23:15 海米傻傻 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 摘录自:http://blog.csdn.net/lz610756247/article/details/70842166 Windows虚拟内存的设置 问题描述:由于开启虚拟内存会导致硬盘IO性能下降,因此阿里云服务器初始状态未配置虚拟内存,如果需要开启虚拟内存,可以采用如下方法增加: 1. Wi 阅读全文
posted @ 2017-07-18 23:03 海米傻傻 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://blog.csdn.net/u012759397/article/details/53126522 阅读全文
posted @ 2017-06-14 23:00 海米傻傻 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 参考学习网址:http://www.treejs.cn/v3/main.php#_zTreeInfo zTree中父节点禁用,子节点可以用 阅读全文
posted @ 2017-06-04 19:19 海米傻傻 阅读(9756) 评论(0) 推荐(0) 编辑
摘要: 摘录自:http://blog.csdn.net/clare504/article/details/9347363 很多网页都是框架结构的,在很多的情况下会通过按钮点击事件或链接,跳出框架转到其它界面。 使用的过程中会经常遇到跳不出框架的问题。 例如,修改个人密码的时候,当密码修改成功以后,需要重新 阅读全文
posted @ 2017-06-01 19:37 海米傻傻 阅读(1999) 评论(0) 推荐(0) 编辑
摘要: 摘录网址:http://www.cnblogs.com/weiqinl/p/6794612.html 使用Vuex, IE浏览器报错 因为使用了 ES6 中用来传递异步消息的的Promise,而IE低版本的浏览器不支持。 解决方法 第一步: 安装 babel-polyfill 。 babel-pol 阅读全文
posted @ 2017-05-31 15:01 海米傻傻 阅读(852) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://www.poluoluo.com/jzxy/201206/167024.html 阅读全文
posted @ 2017-05-27 23:30 海米傻傻 阅读(218) 评论(0) 推荐(0) 编辑
摘要: @RestController @Scope("prototype") @RequestMapping("/xxxx/xxx/main") public class JobPicControl { @Autowired private xxxService xxxService;/** * @description 上传图片 * @param... 阅读全文
posted @ 2017-05-10 07:30 海米傻傻 阅读(2630) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://blog.csdn.net/iefreer/article/details/7679631 https://wenku.baidu.com/view/6a25f40653d380eb6294dd88d0d233d4b14e3f35.html 1. git pull origi 阅读全文
posted @ 2017-05-09 10:23 海米傻傻 阅读(329) 评论(0) 推荐(0) 编辑
摘要: mybatis 返回map的时候是下划线 role_id, user_id 两种解决方法 1.重命名 postgresql不支持驼峰 加上双引号重命名 SELECT role_id "roleId", user_id "userId" FROM ...... 2.页面直接得到 data.role_i 阅读全文
posted @ 2017-05-06 15:35 海米傻傻 阅读(1207) 评论(0) 推荐(0) 编辑
摘要: 摘录自:http://blog.csdn.net/penginpha/article/details/12159389 1. continue. 可以使用return。 $("***").each(function(){ if(a == b){ return; // continue } }) 2. 阅读全文
posted @ 2017-05-06 15:17 海米傻傻 阅读(1472) 评论(0) 推荐(0) 编辑
摘要: Mybatis+Postgresql TO_DATE(#{startTime}, 'YYYY-MM-DD') AND op_date <![CDATA[>= ]]> TO_TIMESTAMP(#{beginTime}, 'YYYY-MM-DD HH24:MI:SS') AND op_date <![ 阅读全文
posted @ 2017-05-05 22:56 海米傻傻 阅读(13709) 评论(1) 推荐(1) 编辑
摘要: ztree官网:http://www.treejs.cn/v3/api.php 问题:zTree节点重叠或者遮挡。 分析:由于zTree和bootstrap插件样式冲突导致的树重叠问题。 解决:设置zTreeStyle.css文件的.ztree li ul{}属性,在里面加入height: auto 阅读全文
posted @ 2017-05-04 23:06 海米傻傻 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 1.将Powerdesigner中的表(PDM)导入到execel中 Ctrl+Shift+X/tool->Execute commands ->Edit/Run script 粘贴如下vbscript脚本(经测试成功运行): 2.Excel导入Powerdesigner生成模型的vbscript脚 阅读全文
posted @ 2017-04-21 10:18 海米傻傻 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1.准备软件 Powerdesigner PostgreSQL PostgreSQL ODBC驱动程序: psqlODBC,网址:http://www.postgresql.org/ftp/odbc/versions/msi/ 2. 安装PostgreSQL的ODBC驱动程序 双击运行 3.配置Po 阅读全文
posted @ 2017-04-20 22:23 海米傻傻 阅读(8541) 评论(0) 推荐(0) 编辑
摘要: 摘录自:http://www.cnblogs.com/gaojian/archive/2012/09/05/2671381.html 对于 select distinct on , 可以利用下面的例子来理解: create table a6(id integer, name varchar(10)) 阅读全文
posted @ 2017-04-20 21:34 海米傻傻 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 问题描述: ERROR: operator does not exist: timestamp without time zone > character varying 解决方法: //注意此处的格式必须是 yyyy-mm-dd hh:mm:ss[.f...] 这样的格式,中括号表示可选,否则报错 阅读全文
posted @ 2017-04-12 18:28 海米傻傻 阅读(25815) 评论(0) 推荐(0) 编辑
摘要: 参考网址: http://hbiao68.iteye.com/blog/2055493 1.查看分支 git branch 或者 git branch -v 2.创建一个新的分支 git branch hss 3.转换到新建的 testing 分支 git checkout hss 4.回到 mas 阅读全文
posted @ 2017-04-09 20:54 海米傻傻 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 现象:spring加载配置文件applicationContext.xml出错,抛出nested exception is og.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 47; cvc-elt.1: 找不到元素 'beans' 阅读全文
posted @ 2017-04-02 09:08 海米傻傻 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: 摘录自:http://www.mamicode.com/info-detail-879792.html 删除和更新时对应的操作是一样的 1 Restrict 禁止删除被引用的行 (不能将约束检查推迟到事物的晚些时候) 2 No Action 如果存在任何引用行,则抛出错误,如果不声明任何行为则No 阅读全文
posted @ 2017-03-31 23:00 海米傻傻 阅读(741) 评论(0) 推荐(0) 编辑
摘要: --删除外键 ALTER TABLE t_base_role_module DROP CONSTRAINT fk_t_base_role_module_t_base_defined_url; --增加外键 ALTER TABLE t_base_role_module ADD CONSTRAINT f 阅读全文
posted @ 2017-03-31 21:50 海米傻傻 阅读(5227) 评论(0) 推荐(0) 编辑
摘要: 摘录自:http://jingyan.baidu.com/article/a17d528538119b8098c8f2ca.html 语法: select * from persons limit A offset B; 解释: A就是你需要多少行; B就是查询的起点位置。 A B是bigint类型 阅读全文
posted @ 2017-03-31 19:34 海米傻傻 阅读(14007) 评论(0) 推荐(3) 编辑
摘要: 摘录自:http://blog.csdn.net/shuaiwang/article/details/1807421 在PostgreSQL中,不论是在pgAdmin中还是在命令行控制台里面,在SQL语句中表示属性值的总会遇到ERROR: column "..." does not exist这样的 阅读全文
posted @ 2017-03-31 19:29 海米傻傻 阅读(3735) 评论(1) 推荐(0) 编辑
摘要: Flex:Holy Grail 阅读全文
posted @ 2017-03-27 17:03 海米傻傻 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 学习网址如下: 国外:1.https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flexbox-container-properties 2.https://css-tricks.com/snippets/css/ 阅读全文
posted @ 2017-03-26 22:18 海米傻傻 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页