上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 36 下一页
摘要: using UnityEngine; /*by Alexander*/ public enum UserState { Online, Chatting, Pushing, Offline } public class StateController : MonoBehaviour { privat 阅读全文
posted @ 2021-01-28 16:52 艾孜尔江 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 核心代码,写在index.js或index.ts中,如下(下面的是使用Typescript脚本撰写的版本): import { Request, Response } from 'express'; // 在使用TS的时候使用下面的形式引入,并且谨记:在tsconfig.json文件中设置"reso 阅读全文
posted @ 2021-01-28 13:14 艾孜尔江 阅读(1684) 评论(0) 推荐(0) 编辑
摘要: using UnityEditor; using UnityEngine; /*by Alexander*/ public enum UserState { Online, Chatting, Pushing, Offline } public class StateController : Mon 阅读全文
posted @ 2021-01-26 22:39 艾孜尔江 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 首先讲出核心代码index.js,如下: const crypto = require('crypto'); const express = require('express'); const { createServer } = require('http'); const WebSocket = 阅读全文
posted @ 2021-01-26 11:04 艾孜尔江 阅读(105) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Net.WebSockets; using System.Text; using System.Threading; using UnityEngine; /*by Alexander*/ public class WebSocketReques 阅读全文
posted @ 2021-01-26 09:40 艾孜尔江 阅读(3283) 评论(0) 推荐(0) 编辑
摘要: 每次进行将本地代码提交到远程的时候总会要求输入账号和密码: git push origin master 输入账号和密码,明明是对的,却提示登陆失败: Logon failed, use ctrl+c to cancel basic credential prompt. 会弹出个登陆框:是因为是执行 阅读全文
posted @ 2021-01-26 07:15 艾孜尔江 阅读(982) 评论(0) 推荐(0) 编辑
摘要: 安装htmlToText插件: pip install html2text 撰写Python脚本: import html2text as ht text_maker = ht.HTML2Text() # 读取html格式文件 with open('test.html', 'r', encoding 阅读全文
posted @ 2021-01-21 09:41 艾孜尔江 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 点击阅读官方原文: http://www.zhuzhong.cn/infoweb/item-detail.aspx?NewsID=1014 我校内高班学生艾孜尔江通过层层选拔,在2015上海市校园影视节目评选中荣获主持人一等奖。再经上海市选送至全国参加中国教育电视协会中小学校园电视专业委员会评选,经 阅读全文
posted @ 2021-01-21 09:24 艾孜尔江 阅读(168) 评论(0) 推荐(0) 编辑
摘要: Windows 用户 Windows 用户 2 17 2021-01-15T06:11:00Z 2021-01-15T06:11:00Z 1 1200 6845 57 16 8029 15.00 Clean Clean false 7.8 磅 0 2 false false false EN-US 阅读全文
posted @ 2021-01-15 09:48 艾孜尔江 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 阳光心弦 链接地址 https://v.qq.com/x/page/v07763zvo0a.html 原谅历史 链接地址 https://v.qq.com/x/page/u07762icr5k.html 青春无价 链接地址 https://v.qq.com/x/page/h077643dxje.ht 阅读全文
posted @ 2021-01-10 20:34 艾孜尔江 阅读(152) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 36 下一页