记录精彩的程序人生
latest_operation_time 0为未激活的 非0的都是激活过的地址 https://apilist.tronscanapi.com/api/accountv2?address=TDJ3YfoP3NoNTdQRaBt5iReZP2NHxfux9L
https://baijiahao.baidu.com/s?id=1718294199557546044&wfr=spider&for=pc
https://cloud.tencent.com/developer/article/1783820
https://netbeans.apache.org/wiki/DevFaqNonGuiPlatformApp.asciidoc#_how_can_i_make_my_netbeans_platform_run_in_gui_or_command_line_mode Can I create a console or server (non-GUI) app with the NetBeans Platform? While most documentation explains the NetBeans Platform in terms of Java desktop applications, it is possible to build a non-GUI application on the NetBeans Platform. This might be useful, for example, when creating a platform-based application which will distribute computationally expensi....
出售波场能量带宽:https://www.520.io/#/TVTW7s7dGjUWSFBkYyZt1NyNuWUHomGLyd 您可以自动化出售能量 以获取收入, 详情请联系: TG: @TRX887 如有其他问题, 咨询请联系: daojun6@gmail.com
Tron Convert Tool https://tronscan.org/#/tools/tron-convert-tool
wrapper.zip https://download.csdn.net/download/u012458738/11145587?utm_medium=distribute.pc_relevant_download.none-task-download-2~default~FilterFileSuffixOpensearch~Paid-1-11145587-download-8612853.filterfilesuffix_v2&depth_1-utm_source=distribute.pc_relevant_download.none-task-download-2~default~FilterFileSuffixOpensearch~Paid-1-11145587-download-8612853.filterfilesuffix_v2&dest=https%3A%2F%2Fdownload.csdn.net%2Fdownload%2Fu012458738%2F11145587&spm=1003.2020.3001.6616.1
https://blog.51cto.com/abcd/2497584 操作系统:windows10 Tomcat版本:Tomcat9 1.方式一 此方式服务名称必须和Tomcat9.exe以及Tomcat9w.exe一样,否则双击是打不开Tomcat9w.exe文件的 1.1 进入Tomcat/bin目录,安装tomcat服务(默认服务名即可) service.bat install 1. bin目录 1.2 双击打开Tomcat9w.exe,打开切换到"java"选项卡,设置需要设置的参数即可,如图: 1.3 保存后关闭,启动服务即可生效 2.方式二(推荐) 此方式服务名称可自定义 1.1 进入Tomcat/bin目录,找到并打开 service.bat 文件 1.2 设置内存大小,并保存文件 搜索"if “%JvmMs%” == “” set JvmMs",约202行,设置最小内存; 搜索"if “%JvmMx%” == “” set JvmMx",约203行,设置最大内存; 1.3 安装tomcat服务,启动服务即可 service.bat install ....
从Tomcat9.0.14版本后,tomcat在运行期间在控制台输出的中文日志会出现乱码问题,对比了之前不会出现乱码问题的9.0.13版本,发现在%CATALINA_HOME%\conf\logging.properties文件中多了一项配置: java.util.logging.ConsoleHandler.encoding = UTF-8 tomcat貌似好心办了坏事,明明想解决乱码问题,却造成了乱码问题,这是因为Windows系统控制台默认字符集是GBK,tomcat想按照UTF-8字符集输出,明显是有问题的。 解决方法有两种,一种就是将上面的配置改为GBK,另一种就是将这一项配置删去(或者在这一行最前面加#注释),之前版本没有这个配置就没出现乱码问题。 ———————————————— 版权声明:本文为CSDN博主「老王生涯」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/qq_35436635/article/details/86575943
https://zhidao.baidu.com/question/1836922398176041700.html 1.分层开发 在前些年的软件开发中,两层结构占有很重要的位置。两层的体系结构一直到现在还广泛存在,但是两层结构却有着很多的缺点,例如,客户端的维护成本高、难以实现分布式处理。随着在两层结构的终端用户和后端服务间加入更多的层次,多层的结构出现了。 经典的三层理论将应用划分为三个层次,见图2-63。 表示层(Presentation Layer),用于处理人机交互。目前最主流的两种表示层是Windows格式和WebBrowser格式。它主要的责任是处理用户请求,例如,鼠标点击、输入、HTTP请求等。 逻辑层(Domain Logic Layer),模拟了企业中的实际活动,也可以认为是企业活动的模型。 数据层(Data source Layer),处理数据库、消息系统、事务系统。 在实际的应用中,三层结构有一些变化。例如,在Windows的。NET系统中,把应用分为三个层次:表示层(Presentation Layer)、业务层(Business Layer)、数据访问层(D....
web.xml <welcome-file>redirect.jsp</welcome-file> </welcome-file-list> redirect.jsp <%-- Views should be stored under the WEB-INF folder so that they are not accessible except through controller process. This JSP is here to provide a redirect to the dispatcher servlet but should be the only JSP outside of WEB-INF. --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <jsp:forward page="/energy-rent/html/index.html"/> spring-mvc.xml <mvc:resources ma....
https://developer.aliyun.com/article/70084 第一种方式 下载cors-filter-1.7.jar,java-property-utils-1.9.jar这两个库文件,放到lib目录下。(可在 http://search.maven.org上查询并下载。) maven 依赖 <dependency> <groupId>com.thetransactioncompany</groupId> <artifactId>cors-filter</artifactId> <version>1.7.1</version> </dependency> <dependency> <groupId>com.thetransactioncompany</groupId> <artifactId>java-property-utils</artifactId> <version>1.9</ver....
etherscan的中国结点的地址是:https://cn.etherscan.com/ 因为某种原因,在**java-etherscan-api**项目中没有提供对中国结点的支持,而连接国外结点时经常出现连接超时的现象。那么,通过修改源码来增加对中国结点的支持。 ①在EthNetwork.java中增加MAINNET_CN: package io.api.etherscan.model; /** * ! NO DESCRIPTION ! * * @author GoodforGod * @since 28.10.2018 */ public enum EthNetwork { MAINNET("api"), MAINNET_CN("api-cn"), ROPSTEN("api-ropsten"), KOVAN("api-kovan"), TOBALABA("api-tobalaba"), GORLI("api-goerli"), RINKEBY("api-rinkeby"); private final String domain; EthNetwork(String domain)....
https://openwebstart.com/ —————————————————————————— Run JNLP files with the latest Java version Java Web Start (JWS) was deprecated in Java 9, and starting with Java 11, Oracle removed JWS from their JDK distributions. This means that clients that have the latest version of Java installed can no longer use JWS-based applications. And since public support of Java 8 has ended in Q2/2019, companies no longer get any updates and security fixes for Java Web Start. This is why we decided to create Op....
https://jingyan.baidu.com/article/0f5fb099246ae56d8334eaa6.html 测试的时候在navicat中直接修改记录值时,注意该行为可能并不是你所希望的。。
https://www.codejava.net/java-se/swing/jtable-popup-menu-example In this article, we are going to show you how to create a popup menu for JTable component like this: This popup menu is shown up when the user right clicks over the table rows area. It provides three commands: Add New Row : Appends a new empty row at the end of the table. Remove Current Row : Deletes the currently selected row. Remove All Rows : Deletes all rows in the table. Notice that we will make the row at the mouse-cli....
https://blog.csdn.net/wang1qqqq/article/details/115034433 用软件登陆的Mysql8数据库时,报错:Authentication plugin 'caching_sha2_password' cannot be loaded 出现这个原因是mysql8 之前的版本中加密规则是mysql_native_password,而在mysql8之后,加密规则是caching_sha2_password。 解决问题方法有两种,一种是升级navicat驱动(博主用的是navicat是19年装的了,其他软件同理),另一种是把mysql用户登录密码加密规则还原成mysql_native_password。 此处介绍第二种,修改加密规则: 1、登录Mysql: mysql -u root -p 2、修改账户密码加密规则并更新用户密码: //修改加密规则(可以直接复制) ALTER USER 'root'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER; //更新一下用户的密码(可以....
https://jingyan.baidu.com/article/25648fc1f1111cd191fd00e5.html MySQL8应该使用alter命令来进行修改, 而且由于密码策略也变化了,设置密码时需要达到一定的复杂程度才行,一般是需要大小字母、特殊字符和数字。 修改密码 mysql> alter user 'root'@'localhost' identified by 'Root@123456';
Visual C++ Redistributable for Visual Studio各版本的官方链接 下面全部为官方链接,避免从奇怪的网站下载奇怪的版本。 Microsoft Visual C++ Redistributable 2019 x86: https://aka.ms/vs/16/release/VC_redist.x86.exe x64: https://aka.ms/vs/16/release/VC_redist.x64.exe Microsoft Visual C++ Redistributable 2017 x86: https://go.microsoft.com/fwlink/?LinkId=746571 x64: https://go.microsoft.com/fwlink/?LinkId=746572 Microsoft Visual C++ Redistributable 2015 x86+x64: https://www.microsoft.com/en-pk/download/details.aspx?id=48145 x86+x64 update....
https://www.codeleading.com/article/12874652914/