V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  mghio  ›  全部回复第 1 页 / 共 5 页
回复总数  90
1  2  3  4  5  
241 天前
回复了 Titans 创建的主题 程序员 上海程序员抱团取暖群
建了个上海程序员 tg 群: https://t.me/+5gHhjcWC_lxmMWZl
269 天前
回复了 Pantheoon 创建的主题 程序员 各位 v2er 们,有交换 blog 友链的吗
自荐下自己的博客~

https://www.mghio.cn
322 天前
回复了 EyreFree 创建的主题 WWDC 又又又被 Apple 官网推荐了!?
分母来啦~
以下是来自 Google Bard 对其工作原理的解释:

The code data:text/html;base64,PGh0bWwgY29udGVudGVkaXRhYmxlPmVkaXQgbWU8L2h0bWw+ in a browser URL is a data URI scheme. It is a way of embedding a small amount of data, such as text, images, or CSS, directly into a web page. This can be useful for things like embedding a small logo or tracking pixel into a page, or for providing fallback content for users who cannot load external resources.

The data URI scheme is defined by the following syntax:

Code snippet
data:[<media type>][;base64],<data>
Use code with caution. Learn more
The <media type> is a string that identifies the type of data being embedded. The <data> is the actual data, encoded in base64.

In the example you provided, the <media type> is text/html and the <data> is the HTML code for a simple page. This page contains a heading and a paragraph of text.

When a browser encounters a data URI, it will decode the base64 data and then treat it as if it had been loaded from an external resource. In this case, the browser will load the HTML code and display it as a web page.

Data URIs can be a useful way to embed small amounts of data into web pages. However, they should be used sparingly, as they can increase the size of the page and make it slower to load.

Here are some additional things to keep in mind when using data URIs:

The maximum size of a data URI is 32KB.
Data URIs are not supported by all browsers.
Data URIs can be used to embed malicious code.
If you are considering using data URIs, it is important to weigh the benefits and drawbacks carefully.
2023-04-04 22:59:35 +08:00
回复了 Comyn 创建的主题 Java 大家在用 IntelliJ IDEA 的哪个版本
最新版。
2022-03-16 09:53:30 +08:00
回复了 233373 创建的主题 程序员 求推荐好看的博客主题
我的这个怎么样?

https://www.mghio.cn
2022-02-09 12:59:23 +08:00
回复了 iColdCat 创建的主题 Java 在北京三年经验的 Java 找工作的话都会被问哪些东西啊
项目 + 算法 + 八股
2021-12-19 00:09:57 +08:00
回复了 sjzjams 创建的主题 程序员 bing 搜索打不开怎么了??正好做个统计有谁一直在用 bing
www4.bing.com 。这个还能用
2021-11-17 13:14:23 +08:00
回复了 liuidetmks 创建的主题 程序员 代码组织方式能申请专利吗?
@shintendo 哈哈哈
2021-11-09 13:01:44 +08:00
回复了 lagoon 创建的主题 程序员 感觉在中小公司,很难不写出屎山代码
推荐 [刘未鹏]( http://mindhacks.cn) 译的一本书《修改代码的艺术》
2021-10-16 15:10:49 +08:00
回复了 qua 创建的主题 问与答 2021 年了最适合后端 Java /Go 开发的操作系统是什么
macOS
2021-07-10 17:12:12 +08:00
回复了 mghio 创建的主题 程序员 Dive into Feign!
@Hanggi 那还是差点意思
2021-06-26 13:01:53 +08:00
回复了 Canon1014 创建的主题 程序员 微服务下跨服务的数据查询如何处理?
上层应该有个聚合服务的包一下数据给到前端
2021-03-31 08:21:55 +08:00
回复了 wangyzj 创建的主题 Java 公司开始要用 Java , jdk 版本怎么选?
11
2021-03-31 08:17:56 +08:00
回复了 mghio 创建的主题 Blogger 大家有什么好的博客模板推荐吗?
@83f420984 https://hexo.io 的 NexT 主题
2021-03-25 20:45:52 +08:00
回复了 baifei 创建的主题 程序员 除了程序员,还有多少人做坚持写独立博客、原创博客?
个人技术博客。

https://www.mghio.cn
2021-03-24 09:15:32 +08:00
回复了 mghio 创建的主题 Blogger 大家有什么好的博客模板推荐吗?
@fedfrank draw 画图工具里右侧卡片的 style 勾选 Sketch 即可。
2021-03-16 08:22:41 +08:00
回复了 Cbdy 创建的主题 Java JDK16 今日(2021.3.16)发布
刚用上 11 的路过。。。
2021-02-09 22:52:50 +08:00
回复了 downstairs 创建的主题 Java Java16 都快出了,你们还在用 Java8 ?
又不是 TM 的不能用。
1  2  3  4  5  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1014 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 43ms · UTC 22:58 · PVG 06:58 · LAX 15:58 · JFK 18:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.