网站综合信息 www.iniy.org
    • 标题:
    •  
    • 关键字:
    •  
    • 描述:
    •  
    • 域名信息
    • 域名年龄:15年2个月5天  注册日期:2009年03月14日  到期时间:2014年03月14日
      邮箱:jonasegk  电话:+49.1782860235
      注册商:PSI-USA, Inc. dba Domain Robot (R68-LROR) 
    • 备案信息
    • 备案号: 
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • 百度
    • 0  
    • 0  
    • 快照:2014-03-16  
    • Google
    • 0  
    • 0  
    • pr:2  
    • 雅虎
    • 0  
    •  
    •  
    • 搜搜
    • 0  
    •  
    •  
    • 搜狗
    • 0  
    •  
    • 评级:0/10  
    • 360搜索
    • 0  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • 3,911,908  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • 11 
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    iniy.org

    域名年龄: 15年2个月5天
    注册时间: 2009-03-14
    到期时间: 2014-03-14
    注 册 商: PSI-USA, Inc. dba Domain Robot (R68-LROR)
    注册邮箱: jonasegk
    联系电话: +49.1782860235

    获取时间: 2013年04月25日 09:33:31
    Access to .ORG WHOIS information is provided to assist persons in
    determining the contents of a domain name registration record in the
    Public Interest Registry registry database. The data in this record is provided by
    Public Interest Registry for informational purposes only, and Public Interest Registry does not
    guarantee its accuracy. This service is intended only for query-based
    access. You agree that you will use this data only for lawful purposes
    and that, under no circumstances will you use this data to: (a) allow,
    enable, or otherwise support the transmission by e-mail, telephone, or
    facsimile of mass unsolicited, commercial advertising or solicitations
    to entities other than the data recipient's own existing customers; or
    (b) enable high volume, automated, electronic processes that send
    queries or data to the systems of Registry Operator, a Registrar, or
    Afilias except as reasonably necessary to register domain names or
    modify existing registrations. All rights reserved. Public Interest Registry reserves
    the right to modify these terms at any time. By submitting this query,
    you agree to abide by this policy.

    Domain ID:D155611377-LROR
    Domain Name:INIY.ORG
    Created On:2009-Mar-14 01:15:40 UTC
    Last Updated On:2013-Mar-14 01:22:34 UTC
    Expiration Date:2014-Mar-14 01:15:40 UTC
    Sponsoring Registrar:PSI-USA, Inc. dba Domain Robot (R68-LROR)
    Status:OK
    Status:AUTORENEWPERIOD
    Registrant ID:ABM-10898642
    Registrant Name:Jonas Garcia Koehel
    Registrant Street1:Keferloherstrasse 93
    Registrant Street2:
    Registrant Street3:
    Registrant City:Muenchen
    Registrant State/Province:Bayern
    Registrant Postal Code:80807
    Registrant Country:DE
    Registrant Phone:+49.1782860235
    Registrant Phone Ext.:
    Registrant FAX:+49.893309949
    Registrant FAX Ext.:
    Registrant Email:jonasegk
    Admin ID:ABM-10898642
    Admin Name:Jonas Garcia Koehel
    Admin Street1:Keferloherstrasse 93
    Admin Street2:
    Admin Street3:
    Admin City:Muenchen
    Admin State/Province:Bayern
    Admin Postal Code:80807
    Admin Country:DE
    Admin Phone:+49.1782860235
    Admin Phone Ext.:
    Admin FAX:+49.893309949
    Admin FAX Ext.:
    Admin Email:jonasegk
    Tech ID:ABM-10898642
    Tech Name:Jonas Garcia Koehel
    Tech Street1:Keferloherstrasse 93
    Tech Street2:
    Tech Street3:
    Tech City:Muenchen
    Tech State/Province:Bayern
    Tech Postal Code:80807
    Tech Country:DE
    Tech Phone:+49.1782860235
    Tech Phone Ext.:
    Tech FAX:+49.893309949
    Tech FAX Ext.:
    Tech Email:jonasegk
    Name Server:NS1.HANS.HOSTEUROPE.DE
    Name Server:NS2.HANS.HOSTEUROPE.DE
    Name Server:
    Name Server:
    Name Server:
    Name Server:
    Name Server:
    Name Server:
    Name Server:
    Name Server:
    Name Server:
    Name Server:
    Name Server:
    DNSSEC:Unsigned
    同IP网站(同服务器)
  • 87.230.13.240 共2个网站 (德国)
  • iniy.org
  • www.iniy.org
  • 其他后缀域名
    • 顶级域名
    • 相关信息
    网站首页快照(纯文字版)
    抓取时间:2019年07月24日 10:39:08
    网址:http://www.iniy.org/
    标题:
    关键字:
    描述:
    主体:
    HomeAboutImpressumGolang for Java-CodersThe mocking gopher: a fitting mascot for golangI want to share my experiences when I started programming in Golang from my perspective as a Java Coder.What is this and why???So first I wanted to know what is Golang. Rumors from my colleagues put it into one class with C and C++ (which it is not), this is not true at all. Golang is not a low-level language, it is far closer to Java than to C (from an abstraction perspective). These rumors probably come from the fact that it has a small amount of keywords and control structures reminding a bit of C.When you read or listen to the talk the creators of the language gave at google, you get a much better idea of what it is and what problems it is supposed to solve. Basically they wanted a language for their C + C++ coders which is safer and easier and which compiles faster and which was built with concurrency in mind.“Go at Google: Language Design in the Service of Software Engineering” Rob Pike, Google, Inc.(Video) https://www.infoq.com/presentations/Go-Google(Transcript) https://talks.golang.org/2012/splash.articleReading/watching this helped me to understand a lot better what the intentions behind golang were.Best golang book for Java CodersThe bare minimum you need to program in go. Exactly what you need, not more not less. A quick introduction into the golang programming language for experienced programmers.http://openmymind.net/The-Little-Go-Book/Down the rabbit holeGolang ships with a lot of nice basic stuff builtin, but for medium sized projects you need more.Dependency Management (like maven)Golang has its build and dependency management tool builtin. You don’t need any external tool. Unfortunately the golang dependency management does not use some versioning system. Instead you point your program to the github (or other website) master branches of other repos. Yes, I am not kidding. Again this makes more sense if you see it from googles perspective where they run all their stuff in a big repo. Probably they prefer breaking stuff as they are able to fix it right away.There are workarounds like gopkg.in or vendoring (including the other source in your repo in a vendor folder). We used the “govendor” command in one of our projects. Govendor also allows to only ship a json file with the git commit hashes of the libraries you want to include and build the vendor folder from that.https://github.com/kardianos/govendorRead more here:http://zduck.com/2014/go-and-package-versioning/https://blog.gopheracademy.com/advent-2015/vendor-folder/LoggingGolang has very basic logging builtin, but doesn’t cover loglevels, etc. as a java coder you want something like e.g.:https://github.com/sirupsen/logrusThere are a lot more golang logging libraries out there, just search for them if you want.TestingGolang has basic testing builtin, but for nicer assertions, etc. you might want to use helperfunctions from e.g. testify.https://github.com/st

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2024-05-14 13:00, Process in 0.0039 second.