1、使用 org.apache.commons.lang.StringUtils 中的 join 函数。 StringUtils.join(array, ","); 2、使用 Google Guava 中的 com.google.common.base.Joiner 类。 Joiner.on(',' ...
分类:
编程语言 时间:
2020-10-14 20:31:17
阅读次数:
56
查看之前是否设置过全局的user.name和user.email: git config --global --list 如果已设置,则删除: git config --global --unset user.name "你的名字" git config --global --unset user. ...
分类:
系统相关 时间:
2020-10-12 20:29:10
阅读次数:
28
1. res 目录 新建一个 menu 资源文件 <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:title= ...
分类:
移动开发 时间:
2020-10-09 20:47:20
阅读次数:
36
一、问题描述 1 could not get 'https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.0.1/gradle-4.0.1.pom'. received status code 400 from ...
分类:
移动开发 时间:
2020-10-08 19:43:40
阅读次数:
43
程序均下载安装Windows 64位的 下载并默认路径安装Android Studio,下载地址https://developer.android.google.cn/studio/ 下载并默认路径安装JDK(jdk-8u261-windows-x64.exe) ,下载地址https://www.o ...
分类:
移动开发 时间:
2020-10-08 18:18:29
阅读次数:
41
Google:inline Forward Caffe 作者:jiongnima 这个作者很懒,什么都没留下… 原创 干货!caffe源码深入学习9:caffe框架神经网络反传代码解析(三)之contrastive_loss_layer源码解析 本篇博客是Caffe深度学习梯度反传代码解析的第3篇。 ...
分类:
其他好文 时间:
2020-10-07 21:44:58
阅读次数:
42
前段时间试了半自动sql注入检测的小程序:https://www.cnblogs.com/theseventhson/p/13755588.html 原理很简单:先在百度用关键词爬取目标url后保存在txt文件;再开启sqlmap的api调用服务,用python脚本把爬取的url推动到sqlmap的 ...
分类:
数据库 时间:
2020-10-07 20:34:27
阅读次数:
25
1. 什么是go语言 Go(又称 Golang)是 Google 的 Robert Griesemer,Rob Pike 及 Ken Thompson 开发的一种静态 、强类型、编译型语言 。Go 语言语法与 C相近,但功能上有:内存安全,GC(垃圾回收),结构形态及 CSP-style 并发计算。 ...
分类:
其他好文 时间:
2020-10-05 21:47:49
阅读次数:
19
https://mp.weixin.qq.com/s/yZ-IorkGEHUUpUZOIGYUSA2018I/O大会官网:https://events.google.com/io/registration/点击APPLY,进入注册页面01登录Gmail账号Tips:1.注册过程(包含支付环节)限时30min,请大家务必准备好信用卡等证件,及时完成;2.注册截止时间为2月27日5:00pmPST(太
分类:
其他好文 时间:
2020-09-23 23:18:45
阅读次数:
39
GoogleI/O是由Google举行的网络开发者年会,I/O寓意为「开放中创新」InnovationintheOpen,讨论的焦点是用Google和开放网络技术开发网络应用。通常在大会上,Google会在发布一些最近的软硬件产品或技术,同时给开发者分享下一年的技术趋势。Google的I/O几乎是全球互联网公司的产品与技术趋势风向标,每次I/O都会有令人振奋的产品创新。当然受限于于当前的信息环境,
分类:
其他好文 时间:
2020-09-23 23:15:11
阅读次数:
40