lixiansen2048.github.io Public 我的个人博客,使用 Hexo 搭建,访问地址:https://lixiansen2048.github.io/ HTML LeetCode-Agriothm Public 在力扣官网刷题时所提交的代码,力扣中文官网个人主页:https://leetcode-cn.com/u/li-xian-sen AINLP-Resourc
lixiansen2048 / HanLP Public forked from hankcs/HanLP Notifications Fork 0 Star 0 自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁 hanlp.com/ License Apache-2.0 license 0 stars 10.2k forks Branches Tags Activity Star ...
The lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate - lixiansen2048/pytorch-lightning
开源 企业版 高校版 搜索 帮助中心 使用条款 关于我们 开源企业版高校版私有云模力方舟 Issue 表单模式来袭 提交Issue,填表就好 内容必填选填?你说了算! 精准反馈,高效沟通 我知道了查看详情 登录注册 @mr_lixiansen 李先森 暂无简介 关注私信 1 Stars ...
$ git clone https://github.com/xnng/my-git-bash.git $ cd my-git-bash gitee 镜像: $ git clone https://gitee.com/xnng/bash.git $ cd bash 安装字体 此字体可解决 unicode 字符乱码问题,执行命令后,将字体文件拖放进去即可完成安装。 $ start c://Windows//Fonts && start %cd%/fonts 安装主...
Auto Install Shadowsocks Server for CentOS/Debian/Ubuntu - GitHub - moslixiansen/shadowsocks_install: Auto Install Shadowsocks Server for CentOS/Debian/Ubuntu
用于安全的HTTP数据传输。https:URL表明它使用了HTTP,但HTTPS存在不同于HTTP的默认端口及一个加密/身份验证层(在HTTP与TCP之间)。这个系统的最初研发由网景公司进行,提供了身份验证与加密通讯方法,现在它被广泛用于万维网上安全敏感的通讯,例如交易支付方面。
while($arr = mysqli_fetch_assoc($row)){ $data[] = $arr; } $data1 = fun($data,$par_id=0,$leve=0); function fun($data,$par_id=0,$leve=0) { static $list = array(); foreach ($data as $key => $v) { if ($v['pid']==$par_id) { ...
经过前面的配置,如果主服务器的keepalived停止服务,从服务器会自动接管VIP对外服务;一旦主服务器的keepalived恢复,会重新接管VIP。 但这并不是我们需要的,我们需要的是当NginX停止服务的时候能够自动切换。 keepalived支持配置监控脚本,我们可以通过脚本监控NginX的状态,如果状态不正常则进行一系列的操作,最终仍不能恢复Ngin...
1 <?php 2 namespace app\components; 3 use yii; 4 class Aes 5 { 6 /** 7 * This was AES-128 / CBC / PKCS5Padding 8 * return base64_encode string 9 * @param string $plaintext 10 * @param string $key 11 * @return string 12 */ 13 public static function AesEncrypt($plain...