Wesley13 Wesley13
4年前
java知识点
java中的collection:https://www.cnblogs.com/taiwan/p/6954135.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Ftaiwan%2Fp%2F6954135.html)hasht
Wesley13 Wesley13
4年前
Java并发容器——ConcurrentSkipListMap和ConcurrentHashMap
原文:http://www.cnblogs.com/ygj0930/p/6543901.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fygj0930%2Fp%2F6543901.html)一:ConcurrentSkipListMap
Stella981 Stella981
4年前
2017 hosts 持续更新
2017hosts持续更新(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flaod.cn%2Fhosts%2F2017googlehosts.html)https://laod.cn/hosts/2017googlehosts.html(https://www.os
Stella981 Stella981
4年前
FreeSWITCH最简易教程
QQ群:FreeSWITCHKamailioOpenSIPS,293697898原文发于:http://freeswitch.net.cn/58.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ffreeswitch.net.cn%2F58.html)第一步,安装wi
Wesley13 Wesley13
4年前
4.kafka生产者
转: https://www.cnblogs.com/sodawoodsblogs/p/8969513.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fsodawoodsblogs%2Fp%2F8969513.html)(1)生产者
Stella981 Stella981
4年前
Codeigniter 生成静态页面
使用CI来生成静态页面,其实很简单,就像论坛里面说的那样,读出页面中的数据,再写入html文件中,最后显示这个html文件就行了,好吧,上码。<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');            class
Easter79 Easter79
4年前
Tomcat 的 Server 文件配置详解!
来源:编程迷思http://www.cnblogs.com/kismetv/p/7228274.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fkismetv%2Fp%2F7228274.html)!(https://oscimg
小万哥 小万哥
1年前
学习 XQuery:XML数据查询的关键
XQuery是XML数据的查询语言,类似于SQL是数据库的查询语言。它被设计用于查询XML数据。XQuery示例xqueryfor$xindoc("books.xml")/bookstore/bookwhere$x/price30orderby$x/tit
幂简集成 幂简集成
1年前
聊天机器人API:实现智能对话的技术选择
聊天机器人的关键在于其能力理解和模拟人类语言交互。流行的API接口、开放的框架、提供NLP(自然语言处理)服务的平台 是实现这一功能的关键。