Skip to content

Instantly share code, notes, and snippets.

package rangeList;
import java.util.*;
class RangeList {
TreeMap<Integer, Integer> m;
RangeList() {
m = new TreeMap<>();
}
<?xml version="1.0" encoding="UTF-8"?>
<!-- OPML generated by NetNewsWire -->
<opml version="1.1">
<head>
<title>Subscriptions-OnMyMac.opml</title>
</head>
<body>
<outline text="Techmeme" title="Techmeme" description="" type="rss" version="RSS" htmlUrl="http://www.techmeme.com/" xmlUrl="https://www.techmeme.com/feed.xml"/>
<outline text="IBM Developer : Technical library" title="IBM Developer : Technical library" description="" type="rss" version="RSS" htmlUrl="http://www.ibm.com/developerworks/" xmlUrl="https://www.ibm.com/developerworks/views/global/rss/libraryview.jsp"/>
<outline text="虎扑篮球新闻" title="虎扑篮球新闻" description="" type="rss" version="RSS" htmlUrl="" xmlUrl="https://voice.hupu.com/generated/voice/news_nba.xml"/>
package deepcopy
import (
"encoding/json"
"testing"
"github.com/antlabs/deepcopy"
"github.com/jinzhu/copier"
jsoniter "github.com/json-iterator/go"
)
package deepcopy
import (
"encoding/json"
"github.com/jinzhu/copier"
jsoniter "github.com/json-iterator/go"
"github.com/petersunbag/coven"
"testing"
)
package deepcopy
import (
"encoding/json"
jsoniter "github.com/json-iterator/go"
"testing"
)
type testData struct {
Int64 int64 `json:"int_64"`