iohannes long
搜索文章
机器人
python
c++
金融
linux
前端
中间件
java
求解
登录
机器人
python
c++
金融
linux
前端
中间件
java
求解
登录
佚名
欢迎访问我的个人博客,我将在这里与你分享更多精彩内容
targetlinklibraries中private public interface的区别
在使用lib的, 链接的时候: 如果源文件(例如CPP)中包含第三方头文件,但是头文件(例如hpp)中不包含该第三方文件头,采用PRIVATE。 如果源文件
作者:iohannes
发布时间:2025-03-18
分类:
linux
tf probility STS forecast
STS(Structural time series) model An STS model expresses an observed time series as the sum of simpler components: f(t) = f_1(t) + f_2(t) + f_3(t) + …
作者:iohannes
发布时间:2025-03-18
分类:
求解
three.js 播放动画
加载动画 let nameToClip = {}; let mixer = null; const loader = new GLTFLoader(); loader.load('/threed/models/' + modelName, function (gltf) { let mode
作者:iohannes
发布时间:2025-03-18
分类:
前端
three.js 鼠标移动物体
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Three.js_MouseEvent</title> <style> body { margi
作者:iohannes
发布时间:2025-03-18
分类:
前端
tcp 粘包
粘包 多个数据包被连续存储于连续的缓存中,在对数据包进行读取时由于无法确定发生方的发送边界,而采用某一估测值大小来进Ŝ
作者:iohannes
发布时间:2025-03-18
分类:
中间件
tcp 常见问题
tcp 三次握手 客户端发送请求报文将 SYN = 1同步序列号和初始化序列号seq = x发送给服务端,发送完之后客户端处于SYN_Send状态。此时服务&#
作者:iohannes
发布时间:2025-03-18
分类:
中间件
three.js更改对象属性
更改背景 let scene = new THREE.Scene() scene.background = new THREE.TextureLoader().load(image); scene.background = new THREE.Color(color) 更改对象材质 // Crea
作者:iohannes
发布时间:2025-03-18
分类:
前端
three.js灯光
DirectinalLight(平行光) 方向光,常常用来表现太阳光照的效果 创建 const light = new THREE.DirectionalLight(0xffffff, 1); light.position.set(0, 10, 0); light.target.position.s
作者:iohannes
发布时间:2025-03-18
分类:
前端
three.js获取模型所有子对象
new OBJLoader().load('dt.obj', function (object) { function getChildrenObj(object, resultMap) { object.traverse((v) => { if (v.isMesh && v
作者:iohannes
发布时间:2025-03-18
分类:
前端
three.js物体沿曲线运动
<!DOCTYPE html> <html lang="en"> <body> <div id="webgl_3d"></div> </body> <script type="importmap"> { "imports": { "three": "../js/three
作者:iohannes
发布时间:2025-03-18
分类:
前端
共 278 篇文章
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
页
友情链接
暂无友情链接