ThreeJS 开启阴影正确做法: 1. 渲染器启用阴影 renderer.shadowMap.enabled = true;2. 灯光产生阴影 light.castShadow = true;3. 物体遮挡阴影 obj.castShadow = true;4. 地面显示阴影 obj.receive ...
分类:
Web程序 时间:
2020-01-16 10:35:48
阅读次数:
206
天气降温,感情却升温了? 上午刚到公司,就收到小Q发来的灵魂拷问: “Q仔!要不然下午请个假!我带你去精神科看看!?”我实在忍不了,脱口而出。 话音未落,前排的运营小花回头看向小Q,莞尔一笑,百媚横生。 这个闷骚小伙子什么时候勾搭上运营一枝花了?我正要追问,小Q看穿了我的意图,故作正经:“咳咳!工作 ...
分类:
编程语言 时间:
2020-01-10 22:19:09
阅读次数:
111
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
Web程序 时间:
2020-01-08 17:15:44
阅读次数:
107
2019年12月10日10:05:11 原文:https://www.rabbitmq.com/tutorials/tutorial-five-php.html 话题 (使用php-amqplib) 先决条件 本教程假定RabbitMQ 已在标准端口(5672)的本地主机上安装并运行。如果您使用其他 ...
分类:
Web程序 时间:
2020-01-07 01:13:01
阅读次数:
154
1、 导入hellodb.sql生成数据库 [root@test-centos7-node1 ~]# rz rz waiting to receive. zmodem trl+C ? 100% 7 KB 7 KB/s 00:00:01 0 Errors Transferring hellodb_in ...
分类:
数据库 时间:
2020-01-06 21:20:51
阅读次数:
114
//从本机获取服务器时间 SNTPTimeClient client = new SNTPTimeClient("10.0.5.126", "123");///////填写你想要的获取时间的主机的IP和端口; client.Connect(); DateTime getEd = client.Rec ...
Problem E : Easy Project Time Limit: 2 s Description Mia and her friends are preparing for the project that the professor has given them! They receive ...
分类:
其他好文 时间:
2019-12-30 17:20:40
阅读次数:
286
Find a vulnerability in this service and exploit it. Some protections were added.The flag is on the index.php file. 找到此服务中的漏洞并加以利用。增加了一些保护措施。该标志位于inde ...
分类:
其他好文 时间:
2019-12-28 13:03:36
阅读次数:
105
RabbitMQ 1.什么是rabbitmq 在生产者和消费者之间加了一个中间件——消息队列,用它可以来干嘛呢? 它是来做消息转发的,当请求过来之后,不是直接发给服务器,而是发给消息队列,然后消息队列把消息中转一下再发给服务器 2.作用 存储消息、数据 保证消息的顺序 保证数据的正确交付 3.rab ...
分类:
其他好文 时间:
2019-12-26 12:49:35
阅读次数:
92
以5和8做比较 Unknown initial character set index '255' received from server. Initial client character set can be forced via the 'characterEncoding' propert ...
分类:
数据库 时间:
2019-12-26 09:31:56
阅读次数:
101