码迷,mamicode.com
首页 >  
搜索关键字:dbca sid    ( 3477个结果
10 Unit Testing and Automation Tools and Libraries Java Programmers Should Learn
转自:https://javarevisited.blogspot.com/2018/01/10-unit-testing-and-integration-tools-for-java-programmers.html#ixzz60s1lBt5p 一些很不错的测试框架整理 In last a cou ...
分类:编程语言   时间:2019-09-29 10:03:07    阅读次数:142
python2.6.6升级python2.7.14
Centos 6.8系统镜像默认安装的 python 环境是 2.6.6,线上需求需要升级到 2.7.14 版本,网上找了相关资料,升级 python 版本比较容易,但 yum/pip 等命令的使用也会有问题,网上的资料是修改脚本 #!/usr/bin/python 的头文件,个人感觉麻烦,还是直接 ...
分类:编程语言   时间:2019-09-28 23:14:53    阅读次数:95
vim配置文件
vim ——上古神器 萌新一枚,大佬请飘过~ 关于vim教程烂大街了, 不多聊! 困扰很多小伙伴的时怎么配置vim作为自己最趁手的编辑器,今天就分享下个人的配置文件。 另外如果小伙伴写python的话,建议了解一下 neovim ,因为python有一个代码补全插件时neovim独占的,vim心里也 ...
分类:系统相关   时间:2019-09-28 20:33:05    阅读次数:139
个性化数据管理工具
1、单据界面右键属性,获取当前单据页面URL连接:http://172.16.168.15/U9/erp/display.aspx?lnk=CBO.Pub.Item.Item&sId=3000nid&__curOId=1001904182055019 2、新开浏览器选项卡,粘贴URL地址,并将[er ...
分类:其他好文   时间:2019-09-28 17:53:20    阅读次数:104
LeetCode_100. Same Tree
100. Same Tree Easy Easy Easy Given two binary trees, write a function to check if they are the same or not. Two binary trees are considered the same ...
分类:其他好文   时间:2019-09-28 09:14:13    阅读次数:93
假设初始没有评论功能,现在如何添加评论功能
首先:已有的模块是用户 和资讯, 其次 添加评论的逻辑是, 用户A,给用户B的,资讯添加评论。 具体的实现: 从底层实现上要建立一个comment的表 表中包含 id userId entityId conmment 等列。 建立commentDAO数据持久层 ,实现添加评论 @Insert(),删 ...
分类:其他好文   时间:2019-09-28 00:37:58    阅读次数:102
iOS 与 js交互的其一方法 WebViewJavascriptBridge的使用
#import <WebViewJavascriptBridge.h> /// @interface ZWBridgeViewController ()<WKNavigationDelegate, WKUIDelegate, UIGestureRecognizerDelegate> @propert ...
分类:移动开发   时间:2019-09-27 23:24:16    阅读次数:212
docker oracle install
https://hub.docker.com/r/9fevrier/oracle-11g Informations Oracle directory : /opt/oracle Data directory : /app/oracle/data SID : orcl Login/password :... ...
分类:数据库   时间:2019-09-27 19:05:08    阅读次数:109
iscroll5 滚动条根据内容高度自动显示隐藏及强制横屏时方向错位
横竖屏方向错位: 根据内容自动显示隐藏滚动条: ...
分类:其他好文   时间:2019-09-26 12:03:04    阅读次数:98
Django的事务开启两种方式
Django的事务开启两种方式 ...
分类:其他好文   时间:2019-09-26 12:01:31    阅读次数:109
3477条   上一页 1 ... 52 53 54 55 56 ... 348 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!