1、重写commit,删除大文件 git filter-branch --force --index-filter "git rm -rf --cached --ignore-unmatch CPT_0707_ao/temp_past/temp2/deltap.csv" --prune-empty ...
分类:
Web程序 时间:
2021-03-26 15:31:53
阅读次数:
0
记一个代理获取方法 语言:Python 库:requests、lxml、time、random 代理网站:https://www.kuaidaili.com/free/ 思路:通过访问链接来获取代理并且进行代理测试有效后写入txt保存 步骤: 1.查看页面的翻页地址发现相同规律后可做翻页请求 2.每 ...
分类:
其他好文 时间:
2021-03-05 13:02:42
阅读次数:
0
首先是APP界面 上交后数据库显示为 然后是源码 MainActivity.java package com.example.temp; import android.Manifest; import android.content.ContentValues; import android.con ...
分类:
移动开发 时间:
2021-02-26 12:57:07
阅读次数:
0
NX9+VS2012 #include <uf.h> #include <uf_ui.h> #include <uf_ui_ont.h> #include <uf_cambnd.h> UF_initialize(); //获取当前加工导航器选中的对象数量和TAG int count = 0; tag ...
分类:
移动开发 时间:
2021-02-20 12:38:00
阅读次数:
0
Java常用类(十五) String package com.importc; public class stringDemo01 { public static void main(String[] args) { String s1 = "Hello"; String s2 = "HELLO"; ...
分类:
编程语言 时间:
2021-02-19 13:48:05
阅读次数:
0
// 写vueJS逻辑 // @ts-ignore const app = new Vue({ el: '#app', data() { return { books: [ { id: 1, name: '《周文强牛逼1》', date: '2021-1-1', price: 88.00, coun ...
分类:
编程语言 时间:
2021-02-19 13:40:27
阅读次数:
0
一眼二分。 注意点: 在读入n之后要使用getchar接收后面的换行符,否则会使for循环内的getline读入这个换行符,导致第一个字符串读取错误。 最后输出答案前要先check一遍 const int N=110; string a[N]; string suffix; int n; bool ...
分类:
其他好文 时间:
2021-02-17 14:18:36
阅读次数:
0
import xml.etree.ElementTree as ET import os import json coco = dict() coco['images'] = [] coco['type'] = 'instances' coco['annotations'] = [] coco['c ...
分类:
其他好文 时间:
2021-02-15 12:02:04
阅读次数:
0
1、 *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?_VREF_RELOAD?VREF 原因: 函数没有被调用 2、 *** WARNING L16: UNCALLED SEGMENT, IGN ...
分类:
其他好文 时间:
2021-02-06 11:51:33
阅读次数:
0
spring boot 获取ip 地址 按照我这个代码,如果有代理过的,基本也能获取到IP地址。 public String getRemoteHost(HttpServletRequest request) { String ip = request.getHeader("x-forwarded- ...
分类:
编程语言 时间:
2021-01-22 12:23:37
阅读次数:
0