EUNO.NEWS EUNO.NEWS
  • All (15818) +246
  • AI (2489) +20
  • DevOps (703) +14
  • Software (8152) +125
  • IT (4437) +85
  • Education (37) +2
  • Notice
  • All (15818) +246
    • AI (2489) +20
    • DevOps (703) +14
    • Software (8152) +125
    • IT (4437) +85
    • Education (37) +2
  • Notice
  • All (15818) +246
  • AI (2489) +20
  • DevOps (703) +14
  • Software (8152) +125
  • IT (4437) +85
  • Education (37) +2
  • Notice
Sources Tags Search
한국어 English 中文
  • 1周前 · software

    合法驾驭 AI 交易:我的合规之旅

    AI Trading – 法律与伦理经验教训 “AI Trading Legal?” – 那次 Google 搜索把我的兴奋变成了一堂关于监管、合规以及……的速成课。

    #software #programming #community
  • 1周前 · ai

    2026年将塑造企业AI的六大数据转变

    数十年来,数据格局相对静态。关系型数据库(如 Oracle)是默认且占主导地位的,将信息组织成熟悉的……

    #enterprise AI #data strategy #vector databases #NoSQL #graph databases #AI trends 2026 #data infrastructure
  • 1周前 · software

    DSA 并不能单独让你成为更好的工程师

    引言 让我们直面面试房间里的那只大象。DSA 是一种技能。某种程度上,解决算法问题已经变成了一种道德炫耀:“我已经解决了 4…”。

    #data structures #algorithms #coding interviews #LeetCode #software engineering #problem solving #career advice
  • 1周前 · software

    Ruby 异常处理与正则表达式

    异常处理 在 Ruby 中查看抛出和处理异常的基本方法。 ruby def raise_exception puts 'I am before the raise.' raise 'An error has occured' puts 'I am after the raise' 执行…

    #ruby #exception-handling #error-handling #regular-expressions #regex #programming-tutorial #ruby-code
  • 1周前 · software

    Ruby 块和 Lambda

    Ruby 块(Block)是 Ruby 中一种将代码块与方法调用一起传递的方式。ruby def call_block puts 'Start of method' yield yield puts 'End of method' end call_block { puts 'In...

    #ruby #blocks #lambda #anonymous functions #programming #code examples
  • 1周前 · software

    Ruby 类与面向对象编程

    基本类 ruby class Test puts :Test.object_id.to_s def test puts :test.object_id.to_s @test = 10 puts :test.object_id.to_s end end t = Test.new t.test 构造函数和实例...

    #ruby #classes #object-oriented programming #OOP #instance variables #constructor #programming examples
  • 1周前 · software

    Ruby 文件处理和系统命令

    打开并读取文件 ```ruby File.open 'p014constructs.rb', 'r' do |f1| while line = f1.gets puts line end end ``` 写入文件 ```ruby File.open 'test.rb', 'w' do |f2| f2.puts 'Created by...' end ```

    #ruby #file-io #system-commands #load-require #find-module #environment-variables #scripting
  • 1周前 · software

    Android 权限(Permission)完整指南

    markdown !dss99911https://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuplo...

    #android #permissions #runtime-permissions #manifest #mobile-development #kotlin #java
  • 1周前 · software

    我打造了我的第一个 macOS 应用:TSnap – 随时随地即时 OCR 与文本翻译

    问题 当在 macOS 上工作或阅读时,我经常需要翻译:- 应用程序中的一段文字 - 截图、图像或 PDFs 中的文字 通常的 w...

    #macOS #OCR #translation #menu-bar app #open-source #keyboard shortcuts
  • 1周前 · software

    谷歌 Opal

    文章链接: https://opal.google/landing/ 评论链接: https://news.ycombinator.com/item?id=46441068 点赞: 4 评论: 1

    #software #programming #tech-trends
  • 1周前 · software

    向量数据库:ECS-Fargate 上的 Qdrant 集群

    Qdrant 集群在 AWS ECS 上的 CDK 代码片段 !Sarma https://media2.dev.to/dynamic/image/width=50,height=50,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-upl...

    #software #programming #community
  • 1周前 · software

    将文化智能融入数据库处理:模式识别挑战

    《Building Cultural Intelligence into Database Processing: A Pattern Recognition Challenge》的封面图片 https://media2.dev.to/dynamic/image/width=1000...

    #software #programming #community

Newer posts

Older posts
EUNO.NEWS
RSS GitHub © 2026