首页
关于
壁纸
直播
留言
友链
统计
Search
1
《三国志英杰传》攻略
6,136 阅读
2
Emby客户端IOS破解
6,001 阅读
3
白嫖Emby
5,983 阅读
4
《吞食天地1》金手指代码
5,310 阅读
5
破解emby-server
4,256 阅读
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
登录
Search
标签搜索
ubuntu
mysql
openwrt
zerotier
springboot
centos
openvpn
jdk
吞食天地2
synology
spring
idea
windows11
吞食天地1
transmission
google-play
Japanese
xcode
群晖
kiftd
MoonjerX
累计撰写
377
篇文章
累计收到
465
条评论
首页
栏目
moonjerx
game
age-of-empires
zx3
san-guo-zhi
尼尔:机械纪元
net
emby
learn-video
docker
torrent
photoshop
route
minio
git
ffmpeg
im
vue
gitlab
typecho
svn
alipay
nasm
srs
mail-server
tailscale
kkfileview
aria2
webdav
synology
redis
oray
chemical
mxsite
math
π
x-ui
digital-currency
server
nginx
baota
k8s
http
cloud
linux
shell
database
vpn
esxi
rancher
domain
k3s
ewomail
os
android
windows
ios
app-store
macos
develop
java
javascript
uniapp
nodejs
hbuildx
maven
android-studio
jetbrain
jenkins
css
mybatis
php
python
hardware
hard-disk
pc
RAM
software
pt
calibre
notion
office
language
literature
philosophy
travel
页面
关于
壁纸
直播
留言
友链
统计
搜索到
377
篇与
moonjerx
的结果
2021-08-04
云打包ios失败问题:doesn't support the Associated Domains capability
云打包失败问题:Appid: __UNI__******* Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk iphoneos14.5 -project [PackagePath]/HBuilder.xcodeproj User defaults from command line: IDEPackageSupportUseBuiltinSCM = YES Build settings from command line: SDKROOT = iphoneos14.5 note: Using new build system note: Planning build note: Analyzing workspace note: Constructing build description note: Build preparation complete error: Provisioning profile \"StarBeautyDevelopment\" doesn't support the Associated Domains capability. (in target 'HBuilder' from project 'HBuilder') error: Provisioning profile \"StarBeautyDevelopment\" doesn't include the com.apple.developer.associated-domains entitlement. (in target 'HBuilder' from project 'HBuilder') ** BUILD FAILED **j解决方案
2021年08月04日
795 阅读
0 评论
0 点赞
2021-08-04
ios-开发者app上架
1.登录IOS开发者中心,没有账号须先注册登录 iOS Dev Center 登录成功后在页面左侧选择 “Certificates,IDs & Profiles” 进入证书管理页面:在证书管理页面,可以看到所有已经申请的证书及描述文件:下面我们从头开始学习一下如何申请开发证书、发布证书及相对应的描述文件。2.申请苹果 App ID (App的唯一标识)平台选择 “iOS,tvOS,watchOS”,Bundle ID 选择 “Explicit”,在 Description 中填写描述,然后填写 Bundle ID,Bundle ID 要保持唯一性,建议填写反域名加应用标识的格式 如:“io.dcloud.hellouniapp”, 然后点击 “Continue” 注意:在 HBuilderX 中 App 提交云端打包时界面上的 AppID 栏填写的就是这个 Bundle ID 接下来需要选择应用需要使用的服务(如需要使用到消息推送功能,则选择“Push Notifications”),然后点击 “Continue”注意:如果App用不到的服务一定不要勾选,以免响应审核确认后选择提交,回到 identifiers 页面即可看到刚创建的App ID:3.生成证书请求文件、申请证书没有macOS苹果,可以使用香蕉云编 来创建证书不管是申请开发 (Development) 证书还是发布 (Distribution) 证书,都需要使用证书请求 (.certSigningRequest) 文件,证书请求文件需在Mac OS上使用 “钥匙串访问” 工具生成。打开菜单 “钥匙串访问”->“证书助理”,选择“从证书颁发机构请求证书...”:打开创建请求证书页面,在页面中输入用户邮件地址、常用名称,选择存储到磁盘,点击 “继续” :文件名称为“CertificateSigningRequest.certSigningRequest”,选择保存位置,点击 “存储” 将证书请求文件保存到指定路径下,后面申请开发(Development)证书和发布(Production)证书时需要用到1.申请开发(Development)证书和描述文件1.生成开发证书在证书管理页面选择 “Certificates" 可查看到已申请的所有证书(TYPE:Development 为开发证书,Distribution为发布证书),点击页面的加号来创建一个新的证书:在 “Software” 栏下选中 “iOS App Development” 然后点击 “Continue”:接下来需要用到刚刚生成的证书请求文件,点击“Choose File...”选择刚刚保存到本地的 “CertificateSigningRequest.certSigningRequest”文件,点击 “Continue” 生成证书文件:生成证书后选择 “Download” 将证书下到本地 (ios_development.cer):双击保存到本地的 ios_development.cer 文件,会自动打开 “钥匙串访问” 工具说明导入证书成功,可以在证书列表中看到刚刚导入的证书,接下来需要导出 .p12 证书文件,选中导入的证书,右键选择 “导出...”:输入文件名、选择路径后点击 “存储”:至此,我们已经完成了开发证书的制作(得到了 xxx.p12 证书文件),接下来,继续生成开发阶段所需的描述文件,在生成描述文件之前,需要先添加调试设备(iPhone 、iPad)2.添加调试设备开发描述文件必须绑定调试设备,只有授权的设备才可以直接安装 App,所以在申请开发描述文件之前,先添加调试的设备。(如果已经添加设备,可跳过此节)在证书管理页面选择 “Devices”,可查看到已添加的所有设备信息,点击页面上的加号来添加一个新设备:填写设备名称 和 UDID(设备标识): 获取设备UDID方法,将设备连接到电脑,启动 iTunes,点击此区域可切换显示设备的 UDID,右键选择复制 输入完成后,点击“Continue” 继续完成添加即可;接下来继续申请描述文件3申请开发 (Development) 描述文件在证书管理页面选择 “Profiles”,可查看到已申请的所有描述文件,点击页面上的加号来添加一个新的描述文件:{dotted startColor="#ff6c6c" endColor="#1989fa"/}{dotted startColor="#ff6c6c" endColor="#1989fa"/}这里要选择之前创建的 “App ID” (这里是“io.dcloud.hellouniapp”),点击“Continue”:接下来选择需要绑定的证书,这里建议直接勾选 “Select All”,点击“Continue”:选择授权调试设备,这里建议直接勾选 “Select All”,点击 “Continue”:输入描述文件的名称(如“HelloUniAppProfile”), 点击 “Generate” 生成描述文件:至此,我们已经得到了开发证书(.p12)及对应的描述文件(.mobileprovision),接下看一下如何制作发布证书及发布描述文件2.申请发布(Distribution)证书和描述文件发布 (Production) 证书用于正式发布环境下使用,用于提交到Appstore审核发布。发布证书打包的 ipa,不可以直接安装到手机上1.申请发布(Production)证书在证书管理页面选择 “Certificates" 可查看到已申请的所有证书(TYPE:Development 为开发证书,Distribution为发布证书),点击页面的加号来创建一个新的证书:{dotted startColor="#ff6c6c" endColor="#1989fa"/}{dotted startColor="#ff6c6c" endColor="#1989fa"/}接下来同样需要用到之前生成的证书请求文件,点击“Choose File...”选择刚刚保存到本地的 “CertificateSigningRequest.certSigningRequest”文件,点击 “Continue” 生成证书文件:同样双击保存到本地的 ios_production.cer 文件将证书导入到 “钥匙串访问”工具中,可以在证书列表中看到刚刚导入的证书,接下来需要导出 .p12 证书文件,选中导入的证书,右键选择 “导出...”:{dotted startColor="#ff6c6c" endColor="#1989fa"/}{dotted startColor="#ff6c6c" endColor="#1989fa"/}{dotted startColor="#ff6c6c" endColor="#1989fa"/}至此,我们已经完成了发布证书的制作(得到了 xxx.p12 证书文件),接下来,继续生成发布描述文件2.申请发布 (Distribution) 描述文件在证书管理页面选择 “Profiles”,可查看到已申请的所有描述文件,点击页面上的加号来添加一个新的描述文件:{dotted startColor="#ff6c6c" endColor="#1989fa"/}{dotted startColor="#ff6c6c" endColor="#1989fa"/}这里要选择之前创建的 “App ID” (这里是“io.dcloud.hellouniapp”),点击“Continue”:{dotted startColor="#ff6c6c" endColor="#1989fa"/}接下来选择需要绑定的发布证书(iOS Distribution),这里勾选刚刚生成的发布证书”,点击“Continue”:接下来输入描述文件的名称(如“HelloUniAppProfileDistribution”), 点击 “Generate” 生成描述文件:然后点击 “Download” 将描述文件下载到本地(文件后缀为 .mobileprovision)至此,我们已经得到了发布证书(.p12)及对应的发布描述文件(.mobileprovision)4.使用过程中出现的问题:1.证书导入后,显示证书不受信任。解决方案:下载并安装:Apple Worldwide Developer Relations Certification Authority。注意,是两个证书!2.导出证书时,无法显示.p12证书。解决方案:在「证书」分类下,导出文件就可以正常显示
2021年08月04日
199 阅读
0 评论
0 点赞
2021-07-30
宝塔开机未启动nginx时的补救方法
pgrep -x nginx &> /dev/null if [ $? -ne 0 ];then /etc/init.d/nginx start fipgrep -x sshd &> /dev/null if [ $? -ne 0 ];then /usr/sbin/sshd -D & fi
2021年07月30日
166 阅读
0 评论
0 点赞
2021-07-30
修改站点显示列表导航栏
找到 /www/server/panel/BTPanel/static/js/site.js 文件1.修改417行代码$('.tootls_group.tootls_top .pull-left').append('<div class="bt_select_updown site_class_type"><div class="bt_select_value"><span class="bt_select_content">分类:</span><span class="glyphicon glyphicon-triangle-bottom ml5"></span></span></div><ul class="bt_select_list"></ul></div>');改为:$('.tootls_group.tootls_top .pull-left').append('<div class="site_class_type"style="display: inline !important;"></div>');2.修改变量var site = {}将变量中原函数 reader_site_type 改为 reader_site_type2 (不要与现有函数重名即可),然后重新定义函数 reader_site_type并将函数执行代码改为以下内容:reader_site_type: function(res) { var html = '', active = bt.get_cookie('site_type') || -1, select = $('.site_class_type'); res.unshift({ id: -1, name: "全部站点" }); $.each(res, function(index, item) { html += '<label style="margin-right: 5px;" class="bt_select_updown ' + (parseInt(active) == item.id ? 'active' : '') + '" data-id="' + item.id + '">' + '<div class="bt_select_value"><span class="bt_select_content">' + item.name + '</span></div></label>'; }); html += '<label class="bt_select_updown" data-id="type_sets"><div class="bt_select_value"><span class="bt_select_content">分类设置</span></div></label>'; select.html(html); $('.site_class_type .bt_select_updown').click(function() { var id = $(this).data('id'); if (id == 'type_sets') { site.set_class_type(); } else { bt.set_cookie('site_type', id); site_table.$refresh_table_list(true); $(this).addClass('active').css('background','#bbe6bc').siblings().css('background','#ffffff').removeClass('active'); } }); },3.示例
2021年07月30日
160 阅读
0 评论
0 点赞
2021-07-30
宝塔面板nginx设置长链接
在http{}内添加以下配置:#自定义变量 $connection_upgrade map $http_upgrade $connection_upgrade { default keep-alive; #默认为keep-alive 可以支持 一般http请求 'websocket' upgrade; #如果为websocket 则为 upgrade 可升级的。 }在location / {}中添加以下配置:#长连接通信start# proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; #此处配置 上面定义的变量 proxy_set_header Connection $connection_upgrade; #长连接通信end#
2021年07月30日
312 阅读
0 评论
0 点赞
1
...
70
71
72
...
76
您的IP: