- 博客(244)
- 资源 (5)
- 收藏
- 关注
原创 linux cron 解决:MAIL (mailed 317 bytes of output but got status 0x004b#012)
MAIL (mailed 317 bytes of output but got status 0x004b#012)
2024-07-18 09:46:20
465
1
转载 Please make sure you have the correct access rights and the repository exist
git error Please make sure you have the correct access rights and the repository exist
2022-11-11 16:17:06
29290
1
转载 ActiveX控件dsoFramer的使用(word、excel、PPT)
dsoframer是微软提供一款开源的用于在线编辑、调用Word、 Excel 、PowerPoint等的ActiveX控件。国内很多著名的OA中间件,电子印章,签名留痕等大多数是依此改进而来的。
2022-09-29 11:40:56
2997
转载 .NET官方封装的Win32API类库
.NET 基金会官方已经使用了 P/Invoke方式为我们封装了一套针对.NET 的开源 Win32API。这套API包含了大量的 Win32 库,使用非常方便,导入DLL引用即可,因为是.NET DLL,所以C#和VB.NET都可以方便的使用。涵盖几乎全部常用的Win32API函数的声明,如 gdi32.dll 和 kernel32.dll 及 user32.dll 等近30个DLL库的.NET实现。使用官方的库优点是稳定可靠且安全,不用自己写,也不用复制网上的代码避免出错。
2022-09-29 11:24:48
1190
转载 C#实现WinForm禁止最大化、最小化、双击标题栏、双击图标等操作的方法
C#实现WinForm禁止最大化、最小化、双击标题栏、双击图标等操作的方法
2022-09-06 11:08:38
2453
转载 windows server 通过gitblit搭建git远程仓库
通过gitblit搭建git远程仓库的步骤Gitblit服务器搭建和局域网访问
2022-08-19 17:03:27
1167
转载 windowsServer服务器上搭建GIt服务器
windowsServer服务器上搭建GIt服务器1.安装jdk2.下载配置gitblit3.配置自动开启服务
2022-08-19 16:40:51
6192
1
转载 C#:使用dsoframer.ocx控件实现内嵌office效果(详解)
C#:使用dsoframer.ocx控件实现内嵌office效果(详解)
2022-07-11 11:03:01
4983
转载 Mysql REPLACE INTO 用法
一、replace(object,search,replace)把object中出现search的全部替换为replaceselect replace('www.jb51.net','w','n') from ...例:把表table中的name字段中的detail替换为descriptionupdate table set name=replace(name,'detail','description')二、replace intoreplace into 主要作用类似inse
2022-05-06 18:11:17
28999
转载 ijkplayer arm64-v8a的so包
解决在arm64-v8a的cpu架构下的在不到so问题:下载地址具体操作:把文件夹放在app/libs 目录下:so库文件来源转自:ijkplayer arm64-v8a的so包
2022-04-28 10:03:11
1232
转载 AAPT: error: resource android:attr/dialogCornerRadius not found.解决办法
误删sdk文件重新下载:运行项目编译错误:AAPT: error: resource android:attr/dialogCornerRadius not found.解决办法:build.gradle 的compileSdkVersion 从 23 改成 28, 即 : compileSdkVersion 28本人用的是Android studio 3.5.2转自:AAPT: error: resource android:attr/dialogCornerRadius not fo
2022-04-28 09:47:05
4893
转载 Android arm64打包支持
1、如果是在小米、OPPO、VIVO、腾讯应用宝和百度手机助手五大应用商店上架的App,无论是新上架/升级的应用都需要在2021年12月底前上传包含64位包体的APK包,不再接受仅有32位版本的应用。2、而在华为应用市场新上架/升级的应用,可在2022年1月完成上传包含 64 位版本的APK包。首先要检查你的项目中是否都包含支持64位的so库,可以在app的build.gradle中添加如下代码,最后会输出不包含arm64位的so库tasks.whenTaskAdded { task ..
2022-04-28 09:39:05
2707
转载 js中的数组拷贝(浅拷贝,深拷贝)
问题今天写代码时需要拷贝一个内容会变化的数组,使用了=赋值,slice(),concat()方法都不行,修改了原数组后拷贝数组也变了,原因是这个数组内容是object,而object是引用类型,需要使用深拷贝,最后使用var newArr = JSON.parse(JSON.stringify(arr));解决浅拷贝&深拷贝浅拷贝:如果数组元素是基本类型,就会拷贝一份,互不影响,而如果是对象或者数组,就会只拷贝对象和数组的引用,无论对新旧数组的哪一个进行了修改...
2022-03-23 09:45:53
2118
转载 python3.7: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object解决方法
python3.7: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object解决方法
2022-03-07 14:18:47
2445
转载 You should consider upgrading via the ‘python -m pip install --upgrade pip‘ command解决方法
You should consider upgrading via the 'python -m pip install --upgrade pip' command解决方法
2022-03-07 14:14:04
5244
1
转载 Centos7安装mysql遇到的问题
Centos7安装mysql遇到的问题:The GPG keys listed for the “MySQL 5.7 Community Server” repository are already installed but they are not correct for this package.Check that the correct key URLs are configured for this repository.Failing package is: mysql-communit
2022-03-07 12:06:11
1272
3
转载 解决微信H5网页分享报错:fail link must be in js secure domain list
fail link must be in js secure domain list // 失败链接必须在js安全域列表正常来说碰到这个问题,是分享的链接没有在公众号的后台配置JS接口安全域名,配置完就不会报这个错误了。但是还有一种情况就是,你分享链接的地址上有 带中文的参数,这样在安卓上分享是可以正常分享,但是在ios上会出现报错,导致你分享标题、描述、图片等都失效了:这时候就要在把分享链接先 encodeURIComponent() 一下才行。注意:例如分享链接的地址为:"
2022-02-25 09:53:56
1518
转载 uniapp之h5公众号分享和授权
一,微信分享1,安装jweixin-modulenpm i jweixin-module2,在需要分享的页面引入<script> // #ifdef H5 let jweixin = require('jweixin-module') // #endif .....</script>3,设置分享内容(或者点击触发分享)distributrShare() { this.$http({ apiName: "wxJ
2022-02-25 09:23:51
5089
Office 卸载工具(03 07 10 13 16)
2018-03-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人