会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
niaomingjian
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
20
下一页
2017年10月20日
Java 如何读取resources
摘要: Sample in Github 1.一般使用Maven创建Java工程,代码文件在src/main/java文件夹中,资源文件在src/main/resources文件夹中,Java代码为什么可以读取到src/main/resources下的资源文件呢? => Maven会将Java工程编译到ta
阅读全文
posted @ 2017-10-20 16:42 niaomingjian
阅读(4853)
评论(0)
推荐(1)
2017年10月18日
在像Angular2这样的SPA应用中使用Google Analytics的方法
摘要: Angular2のようなシングルページアプリケーションでGoogleアナリティクスを使う方法 如何在像Angular2这样的SPA应用中使用Google Analytics? 试着调查了一下。 由于SPA的特性,在每页中粘贴Analytics代码会出岔子的。那么怎么做呢? 首先,在index.htm
阅读全文
posted @ 2017-10-18 08:47 niaomingjian
阅读(769)
评论(0)
推荐(0)
2017年5月11日
英语
摘要: authentication n. 证明;鉴定 => 确定一下人是那个人 authorization n. 授权,认可;批准 =>给那个人授予的相应权限
阅读全文
posted @ 2017-05-11 08:54 niaomingjian
阅读(124)
评论(0)
推荐(0)
2017年4月27日
Linux
摘要: 1.How To Use Find and Locate to Search for Files on a Linux VPS Questions: 1.Terminal 如何显示当前已经定义了的局部变量? 2.小命令『 $(command) 』、变量的配置、变量的累加? centos显示安装了的p
阅读全文
posted @ 2017-04-27 14:44 niaomingjian
阅读(163)
评论(0)
推荐(0)
Cassandra Package installation directories
摘要: Cassandra Package installation directories
阅读全文
posted @ 2017-04-27 13:46 niaomingjian
阅读(105)
评论(0)
推荐(0)
cqlsh script
摘要: 1.time类型 cqlsh> COPY my_keyspace.typetest from STDIN;Using 1 child processes Starting copy of my_keyspace.typetest with columns [col24_varchar, col11_
阅读全文
posted @ 2017-04-27 11:55 niaomingjian
阅读(468)
评论(0)
推荐(0)
2017年3月19日
Spring boot cassandra - nested exception is com.datastax.driver.core.exceptions.NoHostAvailableException
摘要: 1.在Pom.xml添加spring-boot-starter-data-cassandra依赖: 启动spring boot应用,出现错误: 意思是说应用启动失败。是由于在CassandraDataAutoConfiguration类中创建bean时失败了。内部原因是应用启动过程中发现cassan
阅读全文
posted @ 2017-03-19 10:37 niaomingjian
阅读(5139)
评论(0)
推荐(0)
2017年3月3日
Git常用操作
摘要: 1.修改本地的、未上传(push)的、最后一次提交Commit的履历或作者或内容: commit amend 例:git commit --amend -m "This is the correct message" 2.撤销本地的、未上传(push)的、最后一次的提交Commit commit r
阅读全文
posted @ 2017-03-03 20:29 niaomingjian
阅读(173)
评论(0)
推荐(0)
2017年2月16日
Java技术相关
摘要: 1.System.getProperty("user.dir") References:API
阅读全文
posted @ 2017-02-16 17:13 niaomingjian
阅读(97)
评论(0)
推荐(0)
Eclipse 输出的文本乱码
摘要: Version: Mars.2 Release (4.5.2)Build id: 20160218-0600 在使用时,发现文本编辑器中的文字出现了乱码。然后在项目的Properties->>Resource配置页面改变文本文件的编码为UTF-8。文本编辑器显示正常。 然后运行程序在输出的到磁盘的文
阅读全文
posted @ 2017-02-16 16:37 niaomingjian
阅读(824)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
20
下一页
公告