laravel+iframe
在laravel框架中,声明一个首页controller和view,ifarme放在首页view中,其他controller和view正常对应,通过首页iframe调用其他页面来实现管理后台的iframe嵌套功能。
聊聊storm trident的coordinator
storm-1.2.2/storm-core/src/jvm/org/apache/storm/trident/topology/MasterBatchCoordinator.java
statistical machine learning 01 introduce
Content List statistical machine-learning 1.1. learning object data 1.2. main machine-learning 1.3. machine-learning steps 1.4. importance of machine-learning supervised-learning introduce 2.1 basic concept 2.2 formalization of problem three factors of machine learning 3.1. model 3.2. strategy 3....
2016-05-10
console的隐藏知识点,你get到了嘛?
常见用法 {代码...} {代码...} 这些控制台将根据提供给它们的事件类型,直接以适当的颜色打印原始字符串测试Demo {代码...} 样式控制台输出可以使用% c 指令将 CSS 样式应用于控制台输出 {代码...} 我们可以多次添加% c {代码...} console.table( )Table ()允许我们在控制台中生成一个表。输入必须是一个数组或一个对象...
如何确定一个js 是否加载完全或者页面中的所有js加载完全,并且使脚本的执行顺序按照设定的顺序执行?
{代码...}
2018-12-05
CAN202 Analogue and Digital Communications
Page 1 of 3CAN202 Analogue and Digital Communications I Coursework AY202324Instructions:
2024-04-26
从零单排系列之写一个类vue框架(二)
在实现双向绑定之前,先普及一个set 和 get 的知识。我说点大白话,反正也不是专业的。一个对象的key在被赋值 value 的时候,被拦截,触发set方法,set的参数就是那个 value但是这个赋值就会被拦截了,所以需要给一个新的key一个值。然后把value赋值到新的值上面去。如果强行给之前的key赋值,就会发生无限set 的情况。
CS-350 计算机系统基础
CS-350 - Fundamentals of Computing SystemsHomework Assignment #2 - BUILDDue on September 28, 2023 — Late deadline: September 30, 2023
2023-09-29
使用ABAP Channel实现一个订单跟踪工具,提高日常工作效率
There are already many nice blogs introducing nice features provided by ABAP channels in community, for example ABAP Channels Examples.
2020-08-22
利用js-xlsx前端导出Excel
由于项目临时加入导出Excel功能,后台童靴没有多余时间来处理,想前端来处理导出。 查询了前端导出方法,大部分是利用js-xlsx来做处理,按照js-xlsx来导出excel时是没有样式处理的。需要我们来利用该库的专业版本才能设置样式。 这里就需要xlsx-style来处理,给我们的excel文件来添加样式。 利用数据导出 拿到后端数据,...
EECS 50 电子系统
EECS 50 UCIDiscrete-time signals and systemsHomework 5. Extra Credit This homework is 4 points extra credit. The winner of the contest gets another 2points. Upload your source code, answers to the questions, and screenshots of the programrunning results in one pdf in “Question: upload” in the ass...
2021-11-04
EECS 50 UCI
EECS 50 UCIDiscrete-time signals and systemsHomework 5. Extra Credit This homework is 4 points extra credit. The winner of the contest gets another 2points. Upload your source code, answers to the questions, and screenshots of the programrunning results in one pdf in “Question: upload” in the ass...
2022-07-30
[Re] Get that job at Google
I've been meaning to write up some tips on interviewing at Google for a good long time now. I keep putting it off, though, because it's going to make you mad. Probably. For some statistical definition of "you", it's very likely to upset you.
2016-01-23
常用前段功能代码记录
JS 3秒自动跳转 {代码...}
PIC 10B 问题求解
PIC 10B Homework 4 Due Friday, Feb 26Problem 1:Using good coding practices, design your own ComplexVector class for vectors whose elementsare complex numbers. Provide an overloading implementation for term by termaddition, subtraction, multiplication, division, and the stream output operator. Suc...
2022-03-26
javascript高级(3)
创建函数的三种样式1.function声明的普通函数(命名函数)2.函数表达式(匿名函数)3.new Function()var fn =new Function('参数1','参数2',...,'函数体);Function()里面的参数都是字符串格式第三种方式执行效率比较低,也不方便书写,因此较少使用所有的函数都是Fnction的实例对象函数也属于对象 {代码...} 不同函数的...
COMPSCI 720分析设计
1213-1 COMPSCI 720 (21/06/2021 17:30) Adv Design and Analysis of Alg (Exam)By submitting this assessment, I agree to the following declaration:
2023-02-28