`
maxer025
  • 浏览: 79858 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论
文章列表

cron

crontab -e SHELL=/bin/bash */5 * * * * /root/EPSTool/Version1.0/run_epsTool.sh service crond restart ********************************* cd /root/EPSTool/Version1.0; java -jar EPSTool.jar ***************************** tail -f /var/log/cron

ftp perl

#!/usr/bin/perl -w use strict; use File::Copy qw(copy); use Net::FTP; my ($starttime, $endtime);    my $server = "10.20.28.9";    my $remote_drv_ltr = "/Public/RMS/RMS_BCKP/";    my $login = "admin";    my $passwd = "arr**2500";    my $REPOSITORY_DIR = " ...
net use g: \\10.20.28.9\Public\RMS arr**2500 /user:localhost\admin /P:Yes To remove the incorrectly labeled mapped drive, follow these steps: Click Start, point to Run, type regedit, and then click OK. In Registry Editor, locate the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Win ...

Rational_Rose_2007

uml 
Rational_Rose_2007(v7.0)_with_license.zip https://pan.baidu.com/s/1i3OvhSL PanDownload_v2.0.1.zip 百度快速下载 http://www.runker.net/?s=%E7%BD%91%E7%9B%98 UltraISO http://www.pc6.com    DAEMON Tools Lite 4.48.1.0347版 http://www.pc6.com        install rational_rose_2007 https://blog.csdn.net/lyjluan ...

link2

    博客分类:
  • link
https://zhuanlan.zhihu.com/p/35563323 10W+不是唯一,那些火遍朋友圈的热门内容在这里 http://blog.sina.com.cn/zhy5812   赵浩阳  无涯过客的博客 http://www.jintiankansha.me/column/2gBSk5d5qJ  政事堂plus 公众号 http://www.jintiankansha.me/t/CnnJ4hdN7F   饭统戴老板 https://www.zhihu.com/question/27770651/answer/294944508 微信公众号推荐,对大学生比较有益的? http: ...
最详细的美国旅游签证办理流程 https://jingyan.baidu.com/article/ab69b270d624572ca7189fb6.html 第一步是填写DS160表格,登陆网址 网站:https://ceac.state.gov/genniv/  DS160表格做好了,接下来就是缴费了。首先要到美国国务院领事事务网站建立账号,网址: 1、http://www.ustraveldocs.com/cn_zh/index.html?firstTime=No 2、http://www.ustraveldocs.com/cn_zh/cn-niv-paymentinfo.asp 网站都 ...

link

Command /usr/bin/codesign failed with exit code 1 unable to build chain to self-signed root for signer "iPhone De https://www.digicert.com/ssl-support/pem-ssl-creation.htm Creating a .pem with the Private Key and Entire Trust Chain Log into your DigiCert Management Console and download your I ...

Charles

#### 0x01 charles 4.2.5官方下载地址 charles-proxy-4.2.5 mac版本 https://www.charlesproxy.com/assets/release/4.2.5/charles-proxy-4.2.5.dmg charles-proxy-4.2.5 windows版本 https://www.charlesproxy.com/assets/release/4.2.5/charles-proxy-4.2.5-win64.msi #### 0x02 破解安装步骤 1. 从官方下载mac版本 2. 首先安装完毕,需要点击运行一起,command ...
百度地图API   http://developer.baidu.com/map/jsdemo.htm#a1_2 免费主机 https://www.qiangren.net/html/active/vhost-free/ https://www.wn789.com/category/freehosting/mianfeizhuji/page/2

swift resource

https://developer.apple.com/swift/resources/ TabBarController https://developer.apple.com/documentation sample and code https://developer.apple.com/library/content/navigation/ started develop iOS by swift https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwi ...
1. SSH登录到服务器,使用下述命令创建根证书的私匙: openssl genrsa -out ca.key 2048 网上很多是使用了1024,我这里强度加强到了2048。 2. 利用私钥创建根证书: openssl req -new -x509 -days 36500 -key ca.key -out ca.crt -subj "/C=CN/ST=Jiangsu/L=Yangzhou/O=Your Company Name/OU=Your Root CA" 这里/C表示国家(Country),只能是国家字母缩写,如CN、US等;/ST表示州或者省(State ...
ERROR ITMS-90022: "Missing recommended icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."这个问题从显示出的错误中我们看到项目中缺少了120x120的PNG格式图片,我的解 ...
http://blog.csdn.net/u010856537/article/details/51657775 iOS AppStore企业账号打包发布APP流程详解 苹果开发者账号管理后台developer.apple.com,不同身份的具体权限 http://blog.csdn.net/imanapple/article/details/46051933 http://blog.csdn.net/alincexiaohao/article/details/38725367 https://blog.csdn.net/RookieJin/article/details/7276438 ...
public class HexCodec {   private static final char[] kDigits = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a',       'b', 'c', 'd', 'e', 'f' };   public static char[] bytesToHex(byte[] raw) {     int length = raw.length;     char[] hex = new char[length * 2];     for (int i = 0; i &l ...
教你如何开发一款实用的完整Android App,附源码 http://blog.csdn.net/xj032w2j4ccjhow8s8/article/details/78859582 一些完整的Android开源app项目 http://blog.csdn.net/huzhigenlaohu/article/details/44983181 74款APP完整源码!(安卓+IOS) https://www.cnblogs.com/rockmilk/p/5211390.html 开源巨献:Google最热门40款开源项目 http://www.iteye.com/news/32840 ...
Global site tag (gtag.js) - Google Analytics