小天管理 发表的所有内容
-
灵活用工机会来啦(远程在家办公,外企) : Data scientist/C#.NET/Data engineer/ETL Developer ( BI Solution Architect ) 可兼职,但要保证工作量 英语要能工作沟通, 微信:18621580540 Data Engineer Nice-to-have knowledge: Experience with Machine Learning Operations processes (data versioning, model versioning, ...)and tools (MLFlow, Azure Machine Learning, SageMaker) Familiarity with Cloud Data Warehouse and/or Data Lakehouse Approaches (Databricks, Azure Synapse, Snowflake) Knowledge of front-end analysis tools (e.g. MS PowerBI, Tableau) ▪ Good knowledge of an analysis framework such as Python Pandas, Spark Data Frames ▪ Experience working with advanced Data Acquisition (Change Data Capture, Streams, APIs) ▪ Experience in Metadata Management and Data Cataloging What we offer: ▪ Competitive salary and company pension scheme ▪ Working with highly competent scientists and engineers from diverse backgrounds ▪ Annual budget for conference attendance and professional development ▪ Flexible location of work ▪ International working environment C#.NET 开发工程师 Familiarity with http://the. NET framework, design/architectural patterns (e.g. Model-ViewController MVC), .net core. Knowledge of C#.NET, VB.NET, http://ASP.NET Familiarity with JavaScript, Ajax, jQuery, XML, HTML5, DIV+CSS layout SQL Database: MS SQL Server/Oracle/mysql, T-SQL database scripting/programming Power Builder and JUPITER Development process: Git/Gitlab, CI/CD pipeline, Arc 42 document, SonarQube, Agile Knowledge, Unit Test. Fluent business English (written and spoken) Bachelor’s Degree in Computer Science or Information Technology Proven experience as a .NET Developer or Application Developer At least 3 years of relevant working experience Knowledge of Logistics/Freight business is an advantage Detail oriented, analytical and inquisitive Extremely organized with strong time-management skills Ability to work independently and with others Data scientist Basic Qualifications: • BS in a technical field: Economics, Statistics, Computer Science, Engineering or related discipline • Shown leadership in applying and scaling Analytic techniques (e.g. Machine Learning) to deliver substantial insights from data (in academics or in industry) • Experience in a combination of business intelligence / marketing analytic roles • Fluent in English writing, speaking, reading and listening Preferred Skills/Experience: • Experience with data ETL and modeling, familiar with SQL, Python, Spark • Experience in implementing and streamlining data processes • Ability to work collaboratively and cohesively in a team environment Senior BI Solution Architect & Lead Developer Your key tasks & responsibilities: Take full responsibility for the planning, documentation and successful completion of complex BI service/project - service solutions & architectures Ensure that service/project deliverables are completed within agreed quality, time and cost Understand requirements and define suitable BI solution strategies and architectures, which are long-term proven and at the same time pragmatic while considering innovative technologies Manage & contribute to real implementation steps Define and evolve guidelines, frameworks and processes, ensure complete service documentations Consider IT Security and Data Protection requirements by design, collaborating with these teams Prepare an efficient service setup and ensure a smooth handover to operation and support Contribute to reviewing new technologies and driving architecture innovations Your profile: Graduate qualification in computer science, information systems or proven experiences Multi-year practical experience with architecting and building AI-BI solutions, including requirements gathering, architecture definition and hands-on implementation Advanced BI and Big Data architecture, frameworks experience Cloud architecture experience, in particular with AWS and/or Azure is advantageous Know-how and experience with Informatica IDMC, Snowflake, Power BI, Azure services, SAP Analytics Cloud & SAP BusinessObjects are advantageous Significant project management knowledge and experience including complex projects, international teams and Board level stakeholder presentations and status reporting Practitioner of both, agile and waterfall, project management methods and tools Analytical thinking, result-oriented and innovative attitude Strong presentation, moderation, communication and coaching skills with intercultural competence Fluent English (spoken and written) Logistics know-how would be good
-
https://yx3xihy9pt.feishu.cn/file/PdiRbPiHAoNM6wxaA2RcvtnVnDd?from=from_copylink 打开 exe 后,按鼠标中键会截图当前屏幕然后生成一个像素化的图片展示出来,再次按鼠标中键会隐藏图片
-
今天测了个 IP 是电信的 AS4816 ,有见过,但貌似不多。这个 AS 下的一般是电信啥业务里面的?
-
https://gitlab.com/ivgeek/mixfile/-/wikis/%E4%BD%BF%E7%94%A8%E5%B8%AE%E5%8A%A9 就说刑不刑吧
-
最近使用 idea 打开 liquidbounce 水影 mod 项目,并且使用 kotlin 把其他客户端例如 crosssine 和 fdpclient 和 raven-bs 的绕过模块 skid 到 liquidbounce 里面真的很爽,kotlin 的编译速度和 ctrl+c+v 的速度还很快,而且不用管 warning 就能编译,依赖下载也有镜像源,编译好了之后还能用 java-obf ,被别人 deobf 的话还可以速度跑路 总结:kotlin ,战斗,爽!
-
1 、支持按项目和用户权限管理 2 、支持 office 文件,pdf, markdown 文件的管理,能在线预览最好。如果有版本管理就更好了 3 、私有部署
-
听说以前 <v0.dev> 改版了,加强了 ai 聊天的能力,昨天试着做了个 todo list 玩了一下,完成度相当高啊,而且可以定制化,比如我做的这个,就是用聊天的方式,让 ai 给我生成一个 ui 组件,然后我再稍微调整一下,就可以用了,下一步准备用 cursor 开发 api 和 oauth 。 先看看效果 https://cf-next-todo.pages.dev/ 部署在 cloudflare ,目前不登录可以使用,数据保存在 localStorage。 代码 Github Repo 使用 创建项目 npm create cloudflare@latest -- cf-next-todo --framework=next 安装<v0.dev>聊天做好的 ui 组件: 可能有多个组件,所以可能执行需要多次: 比如我的是 todo-list,regist-form,login-form npx shadcn@latest add "https://v0.dev/chat/b/组件 1token" npx shadcn@latest add "https://v0.dev/chat/b/组件 2token" npx shadcn@latest add "https://v0.dev/chat/b/组件 3token" 修改 src/app/page.js import { TodoList } from '@/components/todo-list' export default function Home() { return ( <main className="container mx-auto px-4"> <TodoList /> </main> ) } 部署到 cloudflare npm run deploy
-
工具使用 straight-tamago/misakaX 1.5 版本,需要通过快捷指令导出 com.apple.MobileGestalt 开启 AI 时,需要关闭设备查找功能,整个过程很快,设备重启后,会要求重新登陆 Apple ID 。 效果: 1.AI 可以顺利开启; 2.设备型号变为 LLA (即美版),猜测修改了设备型号欺骗 iOS 达到开启 AI 的目的; 3.emoji 输入 taiwan 可以出现 emoji 候选,但是会显示一个 x (之前输入 taiwan ,会直接提示 no results ); 4.Wi-Fi 依然显示 WLAN ; 5.因为使用 WI-FI 版 iPad 尝试,FaceTime Audio 本来就可用,暂不确定这个操作能否恢复国行手机的 FaceTime audio 功能; 6.不确定系统升级能否保留,但是抹掉设备一定无法保留,设备型号会变回 CH/A ,说明这个修改应该还是软件层面的,并未将设备型号的变更写入到更底层 之前很早版本,据说有特殊设备,可以修改型号到设备更底层,并且能解锁 FaceTime Audio ,后续系统升级/抹掉设备也不会受影响。 综上,这个软件看起来还是在系统层面的修改,无法固化到更低层,升级是否需要重新激活有待验证,而且应该非常容易被苹果封堵。
-
Image Splitter 是一个非常好用的九宫格/多格切图工具,可以轻松把一张图片分成好几部分。用起来非常简单,切割速度也很快,而且支持各种图片格式,分割后还能保持原图的高质量。 Image Splitter:https://imagesplitter.co/
-
估计这里的大佬都知道,但是我觉得很爽很好用,分享下 https://www.seedr.cc/ 这个网站可以云下载 2.5G 的种子文件,然后高速下载到本地,配合 YTS 的片源,基本都在 2.5G 以内,太鸡儿好用了。付钱可以有更大空间,但是 0 撸 2.5G 空间 10m 下载速度还是真香 还有没有更好的推荐?
-
刷推特看到 好像是修改销售国家地区 用了这么一个工具 https://github.com/straight-tamago/misakaX
-
发现 WebGPU 功能强太多了,实现渲染效果已经非常方便了。 三维地球 海洋模拟 各位大佬有什么很酷的 WebGPU 项目,我去学习下。
-
前言 好久没有更新了,最近比较忙,平时使用也积累了一些需求和遇到了一些 bug 。主要分布于新功能的构思与旧功能重构,最近遇到了一个棘手问题,不修改就满足不了使用,所以对部分功能进行重构和修改,决定更新一版,满足后续使用 更新内容 支持用户自定义目标路径,且支持本机保存可以跨项目使用 支持安装到所有用户(解决管理员下安装非管理员下运行问题) 修复了虚拟化问题导致文件列表展示不正确 修复保存校验个别字段不准确 修复工作目录和源目录拷贝文件错误 补充黑色主题部分颜色值 修复切换语言时导致主题列表显示错误 功能说明 支持用户自定义目标路径,且支持本机保存可以跨项目使用 在日常使用中常常遇到一个问题,比如我要将 A 文件写到 B 目录去,但是 B 目录又不在系统默认的目录列表内,这样就会有一个很尴尬问题,需要手动去改程序增加目录。最近给外国佬做一个程序,他们严格规定目录的写入位置,然后我在打包的时候就发现无法做到这点,新增了自定义目标目录的功能。 目标路径库 1. 这个是软件提供的目标路径管理的一个功能,可以提供目标路径检索删除新增等功能。打开方式:数据->路径管理 注意:当在项目页面打开时,默认编辑为项目的目标路径库,此时添加可以选择同步到本地,这样所有项目都可以使用,如果在首页进行添加操作则是存储到本地。 在程序集页面和多语言界面可以选择我们自定义路径支持用户选择自定义文件夹,就可以将指定文 件释放到指定文件夹下。 支持安装到所有用户 现阶段安装用于管理员身份安装,这样对于国内用户没有问题,但是由于国外用户有的有完整的权限校验,比如管理员下安装,各自用户下使用,导致程序无法找到,现在可以支持一键设置安装到所有用户。 修复了虚拟化问题导致文件列表展示不正确 修复了一个文件列表虚拟化 策略,导致修改后未保存的话,滚动到可视区域外会失效,需要重新设置的 bug 。(现在存在一个多选的问题,但是不影响使用就是体验稍差点) 修复工作目录和源目录拷贝文件错误 修复当工作目录和源目录一致的时候,选择文件出现拷贝无权限操作,导致程序异常。 修复切换语言时导致主题列表显示错误&补充黑色主题部分颜色值 修复切换语言时,导致主题列表刷新不及时,无法切换语言列表。并补充了部分主题颜色值 一点小感悟 最近工作比较忙,各种乱七八糟的事儿,也是用到哪就更新到哪,遇到问题就去解决。怕自己闲下来,又怕自己停下来没饭吃。人入中年,好多事情和时间都不是自己的了,不过我会努力更新完善的让它更易用,让它帮助到更多的人。 github:https://github.com/tangmanger/PackageEasy release:https://github.com/tangmanger/PackageEasy/releases
-
看了几个合租平台,怎么还有提问次数限制呢?官网 gpt plus 也有这种限制吗?有靠谱平台推荐吗,谢谢
-
需求层级: 文字内容展示及下载、图片资源下载、图片资源展示/预览、全部的图片组合后效果预览、部分或高频使用的图片组合后在线编辑/类似于简单版、在线版的 ps 设计。 目的: 方便设计师/制作人,利用既有图片素材和要求,便捷设计符合要求的图片。 最好接入一定的 AI 技术,使用较新的技术如 Next.js 。 AI 技术可以体现在功能实现上,以及前端直观的显示、类似于智能助手简单对话等。可调用大模型、限于国内。 开发周期:12 月完成。 包含一年的维护服务。 要求深圳的公司,最好在本周 9 月 13 日前面谈了解需求和评估实现能力。 联系微信二维码见网站底部: https://fluximg.com/
-
https://gist.github.com/nikcub/3833406 07 年时泄漏的代码
-
2018 年的 macbook ,感觉有点卡了现在,散热不太行,想弄个 linux 玩玩 想试试看装 Open suse 风滚草 或者 Arch , 这两个哪个好点? arch 在 steamdeck 上试过,还挺喜欢的。 可以用 bootcamp 装 linux 双系统吗 平时 debian 用的最多,想试试别的系的 linux 谢谢
-
美区超大杯 Apple One Premier 包含 Music ,Arcade ,TV+,iCloud ,Fitness+,News+,2T iCloud 存储空间(平分每人 333G 共享空间) 另外还有 infuse pro 订阅 季付 135 CNY 如果后续汇率或 apple 的订阅价格有调整,会相应调整(提高或降低)季度费用 纯自用,不挣钱 vx: Justuuu12
-
应用,小程序,网页等,加了还去不掉那种,你以为那个红点是吸引用户注意力,可以点掉,实际上很多情况下它就是内嵌在素材里的,根本不可能去掉,给应用图标加牛皮藓也一样,什么活动,新功能你加个角标下巴也就算了,从 8.0 更新到 9.0 你都要加,还不给用户选择,哪个司马客户经理的主意啊?仗着用户不得不用,能强奸一个用户注意力是一个的心态做产品,功能不好好做小花招倒是一大堆,到处恶心人,真的下头。 先打个预防针我看看评论是不是有全区狗跪舔,我今天就是要说这些人的不好了,别跟我扯什么市场竞争,垃圾废物就是垃圾废物,拐弯抹角的洗白解释干什么玩意?
-
URL: https://chenyo.me/ RSS: https://chenyo.me/rss.xml
-
-
- kms激活工具
- heu_kms_activator
- (和1更多)