乐筑天下

搜索
欢迎各位开发者和用户入驻本平台 尊重版权,从我做起,拒绝盗版,拒绝倒卖 签到、发布资源、邀请好友注册,可以获得银币 请注意保管好自己的密码,避免账户资金被盗
楼主: CADWarrior

[编程交流] Vlisp安全和验证

[复制链接]

44

主题

3166

帖子

2803

银币

中流砥柱

Rank: 25

铜币
557
发表于 2022-7-6 10:12:25 | 显示全部楼层
 
干杯
 
 
这可能无法确定*除非OP愿意发布代码!?笑死我了
 
 
同意。
回复

使用道具 举报

11

主题

98

帖子

87

银币

初露锋芒

Rank: 3Rank: 3Rank: 3

铜币
55
发表于 2022-7-6 10:16:08 | 显示全部楼层
 
呵呵,打得好。
 
编辑:
 
你觉得op怎么样?加入开源(道德正义的黑暗面)。
回复

使用道具 举报

11

主题

98

帖子

87

银币

初露锋芒

Rank: 3Rank: 3Rank: 3

铜币
55
发表于 2022-7-6 10:20:25 | 显示全部楼层
我想我有办法了。
 
如果你还没有,创建一个在线电子邮件帐户。将超级核心| |基本劳动力中立者保存为草稿。(可能为他们制作一个子目录)。
回复

使用道具 举报

44

主题

542

帖子

502

银币

后起之秀

Rank: 20Rank: 20Rank: 20Rank: 20

铜币
220
发表于 2022-7-6 10:22:05 | 显示全部楼层
把工作时间从10小时减少到15分钟?如果这是你必须经常做的事情,你应该小心,不要让雇主决定每周减少你的工作时间。
回复

使用道具 举报

11

主题

98

帖子

87

银币

初露锋芒

Rank: 3Rank: 3Rank: 3

铜币
55
发表于 2022-7-6 10:25:44 | 显示全部楼层
 
这是因为《就业》是一部动作片。假设OP不是承包商,那么他的雇主可能会受到法律影响,可能会受到媒体的负面报道,至少在当地是这样。OP可以对剧本保持沉默,在这种情况下,他的雇主要么认为工作质量有缺陷,要么认为他游手好闲,而不是工作。或者,他也可以把剧本搬上来,至少在管理层中赢得一个积极的声誉[sic],只要他用@author:OP加载打印编译,这样他的老板就不会声称自己有魔力。
回复

使用道具 举报

13

主题

48

帖子

35

银币

初露锋芒

Rank: 3Rank: 3Rank: 3

铜币
65
发表于 2022-7-6 10:28:32 | 显示全部楼层
在我过去几天不在的时候,哇没想到这会变成一场道德讨论。
但无论如何,我会发布代码,但它对大多数人(如果不是所有人)都没有用。因此,我将把我草草记下的一些笔记贴在网上。其余的都在我的脑子里或纸上,懒得把它们打印出来
Lisp的基本覆盖:
 
 
  1. [list]
  2. [*][font=Tahoma]User opens Floor Plan of building and uses start up lisp[/font]
  3. [*][font=Tahoma]Checks to see if user is authorized to use Lisp and is connected to the internet.[/font]
  4. [*][font=Tahoma]After connect and authorization is established. Lisp will self update all updated lisps through the SQL server.[/font]
  5. [*][font=Tahoma]User selects walls/roof/floor on the floor plan layouts- Can erase create and back out to change selection for each step[/font]
  6. [*][font=Tahoma]Automatically updates independent origin for calculation package.[/font]
  7. [*][font=Tahoma]Finds all cord points for wall center lines and roof and floor projection cord points[/font]
  8. [*][font=Tahoma]Closes all drawings but currently open drawing and opens all .dwg files in files current location[/font]
  9. [*][font=Tahoma]Goes through each drawing and finds the Named items from step 4. [/font]
  10. [*][font=Tahoma]After an item is found it will request additional information based on if it was a Floor Wall Roof the closes the page and removes it from the Open list, but saves it to a finished list if you would like to go back and edit it.[/font]
  11. [*][font=Tahoma]Inserts all information into a calculation package and releases a final product without user ever having to exit Autocad.[/font]
  12. [/list]

 
更新日志:
 
  1. [font=Tahoma]1.x Floor Plan Extract[/font]
  2. [font=Tahoma]-.0 Original[/font]
  3. [font=Tahoma]2.x Wall/Floor/Roof Extract[/font]
  4. [font=Tahoma]-.0 Original[/font]
  5. [font=Tahoma]-.1 Extract name from current drawing[/font]
  6. [font=Tahoma].1 find Average Height of wall, length, and Thickness[/font]
  7. [font=Tahoma].2 WALLS[/font]
  8. [font=Tahoma]Extract Anchor Locations If it doesnt match an of the dist valves of original or inverse discard (set inversed if distances match inversed)[/font]
  9. [font=Tahoma]Count number of Anchors based on X[/font]
  10. [font=Tahoma]Find base anchor locations[/font]
  11. [font=Tahoma].3 FLOORS/ROOFS[/font]
  12. [font=Tahoma]Gather information[/font]
  13. [font=Tahoma]3.x Calc I/O[/font]
  14. [font=Tahoma]-.0 Original[/font]
  15. [font=Tahoma]4.x User Options[/font]
  16. [font=Tahoma]-.0 Original[/font]
  17. [font=Tahoma].1 Use vl-bb-set and vl-bb-ref to extract in 1.x to 3.x[/font]
  18. [font=Tahoma]5.x Embed Drawings[/font]
  19. [font=Tahoma]-.0 Original[/font]
  20. [font=Tahoma].01 Find all drawing name store to vl-bb-set array (Sorted by Alpha and Numerical)[/font]
  21. [font=Tahoma].02 Close all drawings other than the one that is currently open[/font]
  22. [font=Tahoma].03 Open all drawings inside current drawing file[/font]
  23. [font=Tahoma].04 Find all anchor blocks in all drawings using a cond statement[/font]
  24. [font=Tahoma].05 Move to original drawing and open all previously opened drawings[/font]
  25. [font=Tahoma].06 Open new drawing with a given block[/font]
  26. [font=Tahoma].07 Insert blocks of anchors[/font]
  27. [font=Tahoma].08 Erase Block from Array and save back[/font]
  28. [font=Tahoma].09 Save when full[/font]
  29. [font=Tahoma]      Name Embeds-x[/font]
  30. [font=Tahoma].10 Create new after[/font]
  31. [font=Tahoma].11 Repeat .09 and .10 as needed[/font]

 
此时,每个计算有大约12k的输入,从地震和风切变和张力到相对锚位置与施加压力的距离。
编辑:
我是一名兼职承包商,但对于我的雇主来说,目前我更多的是内部承包商。我的工资是按普通人的时间计算的。IE这个计算包通常需要15个多小时,不包括图纸等。但是如果我能在10个小时内完成这项工作,我就可以得到15个小时的工资,这就是我们收费的部分。有点难以解释,但它是可行的。
我试着把我的经验应用到我做的每件事上,但每次尝试都会被踩到。见鬼,我推荐了一件可以在第一年轻松拯救公司5万多名员工的事情,但他们却拒绝了我,3个月后,他们因为我试图阻止的事情接受了审计。感觉到了,除了我的工作之外,我并没有真正地投入工作。
作为这家公司如何运作的另一个例子,我不得不写一份提案,只是为了从他们的库存中拿出第二台显示器。。。。
但无论如何,回到主题上来。任何人在上都有任何输入。FAS与。VLX与。网络?
回复

使用道具 举报

44

主题

3166

帖子

2803

银币

中流砥柱

Rank: 25

铜币
557
发表于 2022-7-6 10:32:28 | 显示全部楼层
 
我个人编写LISP代码(自动/可视化),并将所有项目编译为其中之一。FAS/。VLX文件。
 
现在,我们正在从Land Desktop切换到Civil 3D,我得到了Visual Studio和相应的Autodesk SDK的副本,但还没有使用开发出一个可用于生产的工具。网络。。。由于我能自如地编写Visual LISP(ActiveX COM),所以我在追求VB。NET。
 
此外,Windows Presentation Foundation(WPF)也非常吸引人。。。我正在考虑如何将我们的定向钻孔计算网页嵌入到工具选项板中。我们拭目以待。
回复

使用道具 举报

106

主题

1万

帖子

101

银币

顶梁支柱

Rank: 50Rank: 50

铜币
1299
发表于 2022-7-6 10:36:29 | 显示全部楼层
如果你是一个承包商,那么祝你好运,如果你有最新的工具,(lisps)最新的克林贡电池驱动的锯和钻,公司不会从你那里购买工具,它们是你付款的一部分。他们雇用了其他人,并进行了实际检查。
 
像你一样,我根据平面图为预制板做了一个墙调度程序,但我们得到了报酬,是的,“如果你的代码真的是那么聪明”伙计,是的,现在可能是20分钟v的20秒。但是写代码花了多少时间?
 
我知道的一种商业产品曾经吹嘘过,如果一周后你没有节省一半的购买成本,你的钱就会还给你。
回复

使用道具 举报

44

主题

3166

帖子

2803

银币

中流砥柱

Rank: 25

铜币
557
发表于 2022-7-6 10:38:08 | 显示全部楼层
 
同意。
 
 
对“20分钟v的20秒”是合理的(常见?)提高良好LISP实用程序的生产率。。。我从未听说过将15小时的生产工作减少到15分钟(直到现在)。
 
是的,我觉得这个估计有点夸张。
 
OP(承包商)足够聪明,能够与雇主“开发”这种动态(双关语),这说明OP很聪明。
回复

使用道具 举报

13

主题

48

帖子

35

银币

初露锋芒

Rank: 3Rank: 3Rank: 3

铜币
65
发表于 2022-7-6 10:41:36 | 显示全部楼层
不,不太夸张。我可以发誓我说了10个小时,但无论如何在我开始工作之前
回复

使用道具 举报

发表回复

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

  • 微信公众平台

  • 扫描访问手机版

  • 点击图片下载手机App

QQ|关于我们|小黑屋|乐筑天下 繁体中文

GMT+8, 2025-3-7 00:33 , Processed in 0.920241 second(s), 70 queries .

© 2020-2025 乐筑天下

联系客服 关注微信 帮助中心 下载APP 返回顶部 返回列表