码迷,mamicode.com
首页 >  
搜索关键字:available    ( 2488个结果
mybatis错误总结
1:传递多个参数失败 Parameter 'username' not found. Available parameters are [0, 1, param1, param2] dao层错误写法: 修改: 正常了 ...
分类:其他好文   时间:2017-12-23 17:12:20    阅读次数:75
Java中利用IO流中的输入流读取文件实现登录功能
1 package object.io; 2 3 import java.io.FileInputStream; 4 import java.io.FileNotFoundException; 5 import java.util.Scanner; 6 7 public class Login { ... ...
分类:编程语言   时间:2017-12-21 21:49:46    阅读次数:284
CentOS 7环境下Kafka的安装和基本使用
CentOS 7环境下Kafka的安装和基本使用 基础环境 Windows 10 X64 VMware-workstation-full-12.0.0-2985596 CentOS Linux release 7.4.1708 CentOS 7环境下安装Kafka 安装JDK 在CentOS上将JD ...
分类:其他好文   时间:2017-12-21 12:02:44    阅读次数:160
【Android】隐藏底部虚拟按键
Google的官方文档是: https://developer.android.com/training/system-ui/navigation.html#behind 示例代码 原文: 但是,有个问题。 这样的确能隐藏底部虚拟导航栏,但是一旦你点击屏幕,导航栏会出现(持续1秒左右),并且消费掉你 ...
分类:移动开发   时间:2017-12-21 11:56:53    阅读次数:191
CF&&CC百套计划2 CodeChef December Challenge 2017 Chef And his Cake
https://www.codechef.com/DEC17/problems/GIT01 All submissions for this problem are available. Read problems statements in Mandarin chinese, Russian an ...
分类:其他好文   时间:2017-12-19 00:51:16    阅读次数:200
ARKit从入门到精通(6)-ARSession介绍
转载请注明出处:ARKit从入门到精通(6)-ARSession介绍 ARSession是一个连接底层与AR视图之间的桥梁,其实ARSCNView内部所有的代理方法都是由ARSession来提供的 ARSession与ARScnView之间的关系看起来是这样的: ARSession获取相机位置数据主 ...
分类:其他好文   时间:2017-12-18 18:49:43    阅读次数:173
Downloading jQuery 3.2.1
Downloading jQuery Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debuggin ...
分类:Web程序   时间:2017-12-18 01:24:28    阅读次数:656
Oracle冷备份,恢复时报错解决
ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist 进程 ID: 0 会话 ID: 0 序列号: 0 因为这个小小的错误,折腾了我好几天,特记录如下。 上网搜索了下解决方案,如下: sqlplus ...
分类:数据库   时间:2017-12-17 19:25:10    阅读次数:259
PIP安装时报The repository located at pypi.douban.com is not a trusted or secure host and is being ignore
C:\WINDOWS\system32>pip install scrapyCollecting scrapy The repository located at pypi.douban.com is not a trusted or secure host and is being ignored ...
分类:其他好文   时间:2017-12-17 16:00:02    阅读次数:1515
linux 下nginx
所有的配置文件都在/etc/nginx 下,并且每个虚拟主机已经安排在 了/etc/nginx/sites-available 程序文件在/usr/sbin/nginx 日志放在了/var/log/nginx 中 ? 并已经在 /etc/init.d/ 下创建了启动脚本 nginx ...
分类:系统相关   时间:2017-12-17 15:00:42    阅读次数:174
2488条   上一页 1 ... 96 97 98 99 100 ... 249 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!