logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Qt资料大全

Qt资料大全标签:Qt/Qt资料/Qt书籍/Qt博客/Qt论坛/43722编辑删除简述发福利了、发福利了、发福利了,重要的事情说三遍。。。为了方便更多Qter了解、学习Qt,现将相关资源进行整理,主要内容包括:Qt官网、编码风格、GitHub & Third-Party、社区论坛、博客、书籍等。满...

#python#移动开发#设计模式
application.yml使用@符合问题:'@' that cannot start any token. (Do not use @ for indentation)

在application配置文件中使用@出现异常:Exception in thread "main" while scanning for the next tokenfound character '@' that cannot start any token. (Do not use @ for indentation) in 'reader', line 4, column 11:...

#java
P2082 区间覆盖(加强版)

题目#include<iostream>#include<algorithm>#include<cstring>using namespace std;struct node{long long l;long long r;};node data[100000];bool compare(const node&a,...

python 操作mysql 数据库

#!/usr/bin/env python #coding=utf-8import MySQLdb,sysconn=MySQLdb.connect(host=ip,user='username',passwd='passwd')cursor=conn.cursor();conn.select_db(‘dbname')cursor.execute(sql_sentence)r...

#python#数据库
C# .NET中如何使用GetCursorPos函数

转自:http://blog.csdn.net/wl58796351/article/details/8122003C# .NET中如何使用GetCursorPos函数 例程using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Draw...

#c#
SQL Server 在数据库中查找字符串(不知道表名的情况下 查找字符串)

declare @key varchar(30)set @key = '广州' --替换为要查找的字符串DECLARE @tabName VARCHAR(40),@colName VARCHAR(40)DECLARE @sql VARCHAR(2000)declare @tsql varchar(8000)DECLARE tabCursor CURSOR FORSELECT name from c

#数据库
热门研究方向

1.物联网2.大数据3.云计算4.人工智能:机器学习、深度学习、神经网络、模式识别、语音识别、图像识别、NLP自然语言处理、数据挖掘、区块链。5.相关方向:控制工程、自动化、自动控制理论、统计学。6.数学:有限元、最优化、图论、矩阵、数学规划、最优化、网络优化等。7.通信协议:MQTT、socket、COAP、UDP;TCP/IP、XMPP、HTTP、https、ActivitySync等,改进私

#大数据#人工智能#区块链
Hackertarget:一款发现攻击面的工具

前言https://github.com/ismailtasdelen/hackertarget代码主要通过这家公司提供的API查询相关数据实现的功能,API看起来可以用很久。#!/usr/bin/env python# -*- coding: utf-8 -*-import requestshackertarget_logo = """_...

#运维#网络#python
css兼容display:flex

上代码:这个是针对父元素:.container{display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */display: -moz-box; /* Firefox 17- */display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari ...

#移动开发
iOS UI状态保存和恢复(三)

级别: ★★☆☆☆标签:「iOS」「UIStateRestoration」作者: 沐灵洛审校: QiShare团队前面两篇我们介绍了UI状态保存和恢复的流程,UIStateRestoration协议类的方法,适用场景,调试策略,UIApplication,UIViewController,UIView关于UIStateRestoration协议所提供的接口方法以及如何实现UI状态保存...

#ui#数据结构与算法#swift
到底了