CSE/EEE 230 Assignment

CSE/EEE 230 Assignment 2 Due May 28 (11:59PM) This assignment is designed to introduce you to the MIPS assembly language and the MIPS simulator. For this assignment, you are restricted to the following instructions. Do not use extended (pseudo) inst
分类: 其他 发布时间: 05-26 19:31 阅读次数: 0

FIT3152 Data analytics: Assignment

FIT3152 Data analytics: Assignment 2 This assignment is worth 10% of your final marks in FIT3152. Due: Sunday May 26th 2019 Note: Students are expected to work individually on this assignment. How to submit: Submit your written report as a pdf file
分类: 其他 发布时间: 05-26 19:31 阅读次数: 0

(二)、dubbo

一、什么是dubbo Dubbo是一款高性能、轻量级的开源RPC框架,致力于提供高性能和透明化的RPC远程服务调用方案,SOA服务治理方案(面向接口的远程方法调用,智能容错和负载均衡,以及服务自动注册和发现等功能)。简单的说,dubbo就是个服务框架,只有在分布式的时候,才有dubbo这样的分布式服务框架的需求,并且本质上是个服务调用,说白了就是个远程服务调用的分布式框架。告别Web Service模式中的wsdl,以服务者与消费者的方式在dubbo 上注册)。 二、什么是RPC RPC【Re
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

Django实现图片验证码

Django中图片验证码的实现 效果图: 实现思路: 注册页面提供验证码输入标签: <label>图形验证码:</label> <input type="text" name="pic_code" id="pic_code" v-model="image_code" @blur="check_image_code"> <img :src="image_code_url" @click="generate_image_code"> <span v-show="er
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

LeetCode 1021 Remove Outermost Parentheses

class Solution { public String removeOuterParentheses(String S) { int outer = 0; int inner = 0; char[] intput = S.toCharArray(); char[] output = new char[intput.length]; int i = 0; for (char
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

vue - blog开发学习2

首页博客列表的开发 1、修改index.vue,使能够支持列表功能 <template> <div> <PostList v-for="(item,index) in postList" :title="item.title" :content="item.content" :postCount="postCount" :key="index"></PostList> </div> </template> <script> im
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

vue - blog开发学习1

1、安装vue-cli   vue intall -g vue-cli 2、创建项目   vue init webpack nblog 3、按提示要求配置项目 ? Project name nblog ? Project description 学习bolg开发 ? Author nxzJIA <[email protected]> ? Vue build standalone ? Install vue-router? Yes ? Use ESLint to lint your co
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

php配置伪静态如何将.htaccess文件转换 nginx伪静态文件

php通常设置伪静态三种情况,.htaccess文件,nginx伪静态文件,Web.Config文件得形式,如何将三种伪静态应用到项目中呢, 1,.htaccess文件 实例 <IfModule mod_rewrite.c> Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ inde
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

安装scrapy以及解决Twisted安装失败的问题

在安装scrapy之前 要安装以下包: pip install lxml pip install w3lib pip install parsel pip install cryptography pip install pyOpenSSL pip install twisted 这里twisted包在直接安装时会报错,所以要到https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted下载.whl文件 cp后面的数字是python的版本,win32和
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

P1494 [国家集训队]小Z的袜子 (离线莫队)

题目链接:https://www.luogu.org/problemnew/show/P1494 离线莫队 [L,R]区间内: 设每种袜子的数量分别为: 则答案为: 化简即为: 所以我们求:即可 #include <iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <map> #include <set> #include <vector> #include <string>
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

12、label控件

label可以展示文本、超链接、图片、动图 新建项目Demo526,QMainWindow,勾选ui。将image文件夹(有2个图片)拷贝到项目路径下。 【添加图像资源文件】 项目Demo526处,右键AddNew,Qt,Qt Resource File,起名字image,确定。出现image.qrc文件。 按下图添加后,Ctrl+S保存下才会在目录中出现。 #include "mainwindow.h" #include "ui_mainwindow.h" #include <QMovi
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

wifi钓鱼之--Pumpkin

无线钓鱼 前言:请准备一块rt3070的外接网卡 Pumpkin是一款无线安全检测工具WiFi-Pumpkin的使用,利用该工具可以伪造接入点完成中间人攻击,同时也支持一些其它的无线渗透功能。旨在提供更安全的无线网络服务,该工具可用来监听目标的流量数据,通过无线钓鱼的方式来捕获不知情的用户,以此来达到监控目标用户数据流量的目的。 安装前请确保源可用,我的再安装之前安装并且更新了阿里云kali源 deb http://mirrors.aliyun.com/kali kali-rolling ma
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

2019ICPC西安邀请赛(计蒜客复现赛)总结

开始时因为吃饭晚了一刻钟,然后打开比赛。看了眼榜单A题已经过了二十来个队伍了,宝儿就去做A。 传师说最后一题看题目像最短路,于是我就去看M了,宝儿做完之后也来陪我看。M一开始看到时以为是像 POJ的Frogger 一样,求S 到T 的路径中的最小距离最大值。后来发现对路径中走过的边数也有限制。于是又去想,然后想到把原本记录到此点最短距离的Dis[] 变成 记录到达此点所需要飞行器最低等级的Dis_Level[],这样剩下的就是普通的Dijkstra了。做完M之后比赛进行了大概一个半小时。 在此
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

php SPL四种常用的数据结构

1.栈【先进后出】 <span style="font-size:18px;">$stack = new SplStack(); $stack->push('data1'); $stack->push('data2'); $stack->push('data3'); echo $stack->pop(); //输出结果为 //data3</span><span style="font-size:24px;font-weight: bold;"> </span> 2.队列【先进先出 后进后出】
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

以太坊中文文档翻译-智能合约

本文原文链接 点击这里获取Etherscan API 中文文档(完整版) 完整内容排版更好,推荐读者前往阅读。 智能合约(Contracts) 智能合约相关的 API,接口的参数说明请参考Etherscan API 约定, 文档中不单独说明。 Newly verified Contracts are synced to the API servers within 5 minutes or less 获取已经验证代码合约的ABI Verified Contract Source Codes h
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

[转]Html 页面常用单词

Html 页面常用单词 本文来自:https://gitee.com/opencc/SchoolAppDemo 第2批: JavaScript ready 准备 function 函数 disappear AJAX Utilities min Microsoft Development Production version selector hide hidden show speed action href background color mouseover focus dblclick
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

Django框架之ORM的相关操作(二)

Django框架之ORM的相关操作(二)
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

COMP3009J – Information Retrieval

COMP3009J – Information Retrieval Programming Assignment This assignment is worth 20% of the final grade for the module. Due Date: Monday 27th May 2019 at 08:00 Before you begin, download and extract the file ``lisa.zip’’ from Moodle. This contains
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

Python笔记_第四篇_高阶编程_魔法方法详解(重载的再详解)

1.概述:
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0

需要反复记忆的东西--暂时无用

一 JVM 1. 栈帧包括:局部变量表、操作数栈、常量池、动态链接、方法出口信息等 2. 方法区:堆的一个逻辑部分,线程共享,存放已经被虚拟机加载的类信息、常量、 静态变量、即时编译器编译后的代码等。 3. 如何判断对象已死 对象不可达并经历两次标记的对象。 (1)可达性分析算法 该算法的思路是通过一系列称为“GC Root”的对象作为始点,从这些节点开始向下搜索, 搜索所走过的路称为引用链(Reference Chain),当一个对象到GC Roots没有任何引 用链相接(不可达)时,则证明
分类: 其他 发布时间: 05-26 19:15 阅读次数: 0