T.120 tag / 标记 TAPI, Telephony API / 电话 API target journaling / 目标日志 taskbar / 任务栏 taskbar button / 任务栏按钮 TCP/IP, Transmission Control Protocol/Intern ...
分类:
其他好文 时间:
2017-01-07 01:30:36
阅读次数:
219
If your ship doesn't come in, swim out to it. 如果你的船不驶进来,那你就朝他游过去吧! Swim out to it, don't fear that you will be drown, sometimes if you sink to the bot ...
分类:
其他好文 时间:
2017-01-06 12:48:55
阅读次数:
184
1.打开terminal 2.然后输入 vi .bash_profile 后按“e”进入编辑模式 3.输入想要配置的环境变量(Java、sdk、ndk、gradle): export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jd ...
分类:
移动开发 时间:
2017-01-06 11:02:20
阅读次数:
225
Say we have a latest Blender extracted from the download package. We want to create a launcher for Blender so that we can start it from the Unity Dash ...
分类:
系统相关 时间:
2017-01-06 07:55:25
阅读次数:
250
简介 这是我在构建一个自动化部署项目中遇到的一个异常 解决步骤: 1、进入的jenkins的home目录,执行下面命令生成公钥和私钥 2、查看生成的公钥 3、去到你的github项目中,选择setting,然后dispoly keys,把cat出来的key粘贴进去,title写个jenkins就ok ...
分类:
其他好文 时间:
2017-01-05 01:34:53
阅读次数:
461
在看书 FlaskWeb开发:基于Python的Web应用开发实战 时,下载完源码后 git clone https://github.com/miguelgrinberg/flasky.git 试着 切换到 提交历史 1a, $ git checkout 1a,出现error: fatal: No ...
分类:
其他好文 时间:
2017-01-04 00:04:27
阅读次数:
1123
项目目录如下: 按照顺序配置吧 首先是配置config 其次配置mybatis.xml 这里注意配置mapping的路径和dao层路径,还有service层路径要和自己的文件路径对应 下面是工具类里面的两个.java文件了 CustomerContextHolder.java DynamicData ...
分类:
其他好文 时间:
2017-01-03 11:34:39
阅读次数:
228
前置知识:Redis最简单的基本命令: 1. 系统终端 ./redis-server 启动redis服务 ./redis-cli 启动redis客户端 ./redis-cli shutdown 关闭redis服务 2. 在使用./redis-cli进入redis命令终端之后, shutdown 关闭 ...
分类:
其他好文 时间:
2017-01-03 07:53:25
阅读次数:
2832
1.安装工具ipython https://www.continuum.io/downloads 选择自己需要的版本 2.安装过程 (1)赋权限 chmod u+x ./Anaconda2-4.2.0-Linux-x86_64.sh (2)回车 [root@hadoop161 tool]# ./An ...
分类:
其他好文 时间:
2017-01-01 22:48:44
阅读次数:
417
一、Bundle进行IPC介绍 四大组件中的三大组件(Activity、Service、Receiver)都是支持在Intent中传递Bundle数据的,由于Bundle实现了Parcelable接口,所以它可以方便地在不同的进程之间传输。当然,传输的数据必须能够被序列化,比如基本类型、实现了Par ...
分类:
移动开发 时间:
2016-12-31 23:04:22
阅读次数:
334