- 博客(55)
- 资源 (14)
- 收藏
- 关注
原创 readwritelock
需求Read Write LockFor this homework assignment, you will create (1) a custom read write lock and (2) a thread safe indexed set using that lock.See the Javadoc comments in ReadWriteLock.java and ThreadSafeIndexedSet.java for template code and additional d
2021-04-17 17:16:19
291
原创 activemq配置wss协议
配置wss协议<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses th
2021-04-16 22:48:45
1425
原创 微信jssdk14分享给朋友updateAppMessageShareData not exist
换回老版本即可解决updateAppMessageShareData --> onMenuShareAppMessage
2021-04-16 20:25:12
1183
原创 sftp
IntroductionFTP, or “File Transfer Protocol” was a popular unencrypted method of transferring files between two remote systems.SFTP, which stands for SSH File Transfer Protocol, or Secure File Transfer Protocol, is a separate protocol packaged with SSH t
2021-04-16 12:17:46
356
原创 maven打包包含所有依赖的jar
参考链接https://blog.csdn.net/xiao__gui/article/details/47341385打包方式mvn package assembly:single
2021-04-16 11:36:20
251
原创 IntelliJ IDEA项目正常编译,但是代码部分飘红
参考链接https://blog.csdn.net/fsh2008/article/details/115486637清除缓存即可File->Invalidate Caches/Restart
2021-04-16 10:45:43
1105
原创 apksigner --> apk签名工具
apksigner您可以使用 Android SDK 构建工具的修订版 24.0.3 及更高版本中提供的 apksigner 工具为 APK 签名,并确保 APK 的签名能够在 APK 支持的所有版本的 Android 平台上成功通过验证。本页提供了有关如何使用该工具的简短指南,并可作为查阅该工具支持的不同命令行选项的参考文档。如需有关如何使用 apksigner 工具为 APK 签名的更完整说明,请参阅为您的应用签名指南。注意:如果您在使用 apksigner 为 APK 签名后又对 APK 做了更改
2021-04-15 21:43:04
3987
原创 socket
OverviewThe term socket programming refers to writing programs that execute across multiple computers in which the devices are all connected to each other using a network.There are two communication protocols that one can use for socket programming: Us.
2021-04-15 19:32:27
291
转载 bert --> 文本分类
github地址https://github.com/google-research/bert准备工作## Required parameters## 数据集:包含训练数据集、验证数据集和预测数据集(附件可下载)flags.DEFINE_string( "data_dir", "数据文件/tmp", "The input data dir. Should contain the .tsv files (or other data files) " "for the tas
2021-04-15 02:47:20
915
1
原创 pip安装离线安装包
pip安装离线依赖包第一步,打开仓库网站https://pypi.org/。第二步,搜索进入对应的依赖仓库。第三步,找到历史版本。第四步,点击下载所有文件。第五步,下载对应whl文件。第六步,本地安装,记得必须使用国内的镜像来源,并且设置域名可信任。pip install tensorflow-1.15.5-cp37-cp37m-win_amd64.whl -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
2021-04-14 01:49:20
1275
原创 确定有限状态自动机(deterministic finite automaton --> DFA)
确定有限状态自动机(deterministic finite automaton --> DFA)总结创建一个程序,该程序将输入确定性有限状态自动机(DFA)的定义,并处理一些字符串,以确定这些字符串是否是DFA所识别的语言的一部分。细节编写一个Java命令行程序,首先提示用户输入文件名。这个文件将被程序读入。该文件将包含对 DFA 的描述和一些要由 DFA 计算的未知数量的字符串。对于每个字符串,程序将模拟该字符串上的 DFA 。在下面一行打印带有"ACCEPT"或"REJECT"
2021-04-12 23:26:42
1078
2
原创 mplfinance
Project descriptionmplfinancematplotlib utilities for the visualization, and visual analysis, of financial dataInstallationpip install --upgrade mplfinancemplfinance requiresmatplotlibandpandas⇾Latest Release Information⇽Contents and...
2021-04-10 12:28:35
1173
原创 基于市场情绪平稳度的股指期货日内交易策略
基于市场情绪平稳度的股指期货日内交易策略策略分析请下载这个pdf测试数据请下载这个csv文件编程难点平均最大回撤和平均最大反向回撤的计算累计收益的计算代码实现(使用python实现,其他编程语言大概一致)# 处理csvimport csv# 绘制折线图import matplotlib.pyplot as plt# 绘制折线图from matplotlib.ticker import MultipleLocator# 以日期分组数据def group_data_by_
2021-04-09 11:53:49
1975
1
安卓百度地图API定位
2013-04-27
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅